#330239

Color #330239 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #330239

Tints of Blackcurrant #330239

Color information

#330239 (or 0x330239) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 39. RGB value is (51,2,57). Sum of RGB (Red+Green+Blue) = 51+2+57=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #330239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330239 is #CCFDC6. Grayscale: #161616. Windows color (decimal): -13434311 or 3736115. OLE color: 3736115.

HSL color Cylindrical-coordinate representation of color #330239: hue angle of 293.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330239 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51257-
CMYK0.110.9600.78
HSL293.45º93.22%11.57%-
HSV(B)293.45º96.49%22.35%-
XYZ2.131.043.96-
YUV22.92147.23148.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 57 (22.66% from 255) = 51.82%
R=46.36%
G=1.82%
B=51.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal512570.110.9600.78293.4593.2211.57
Hex33239B6004E1255dc
Octal6327113140011644513514
Binary11001110111001101111000000100111010010010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330239; }

 p { color: rgb(51,2,57); }

 H1.HeaderClassName
 {
   color: #330239;
 }
 .AnyTagClassName
 {
   color: #330239;
 }
</style>
background-color css

<style>
 a { background-color: #330239; }

 a { background-color: rgb(51,2,57); }

 div.DivClassName
 {
   background-color: #330239;
 }
 .BgClassName
 {
   background-color: #330239;
 }
</style>
border-color css

<style>
 span { border-color: #330239; }

 span { border-color: rgb(51,2,57); }

 td.TdClassName
 {
   border-color: #330239;
 }
 .TagClassName
 {
   border-color: #330239;
 }
</style>