#332042

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

Shades of Blackcurrant #332042

Tints of Blackcurrant #332042

Color information

#332042 (or 0x332042) is unknown color: approx Blackcurrant. HEX triplet: 33, 20 and 42. RGB value is (51,32,66). Sum of RGB (Red+Green+Blue) = 51+32+66=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #332042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332042 is #CCDFBD. Grayscale: #292929. Windows color (decimal): -13426622 or 4333619. OLE color: 4333619.

HSL color Cylindrical-coordinate representation of color #332042: hue angle of 273.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #332042 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB513266-
CMYK0.230.5200.74
HSL273.53º34.69%19.22%-
HSV(B)273.53º51.52%25.88%-
XYZ2.872.135.41-
YUV41.56141.79134.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 66 (26.17% from 255) = 44.30%
R=34.23%
G=21.48%
B=44.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5132660.230.5200.74273.5334.6919.22
Hex332042173404A1122313
Octal6340102276401124224323
Binary1100111000001000010101111101000100101010001001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332042; }

 p { color: rgb(51,32,66); }

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

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

 a { background-color: rgb(51,32,66); }

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

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

 span { border-color: rgb(51,32,66); }

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