#332139

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

Shades of Blackcurrant #332139

Tints of Blackcurrant #332139

Color information

#332139 (or 0x332139) is unknown color: approx Blackcurrant. HEX triplet: 33, 21 and 39. RGB value is (51,33,57). Sum of RGB (Red+Green+Blue) = 51+33+57=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #332139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332139 is #CCDEC6. Grayscale: #292929. Windows color (decimal): -13426375 or 3744051. OLE color: 3744051.

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

Color convert

RGB513357-
CMYK0.110.4200.78
HSL285º26.67%17.65%-
HSV(B)285º42.11%22.35%-
XYZ2.652.094.13-
YUV41.12136.96135.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=36.17%
G=23.40%
B=40.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5133570.110.4200.7828526.6717.65
Hex332139B2A04E11d1b12
Octal634171135201164353322
Binary1100111000011110011011101010010011101000111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332139; }

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

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

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

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

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

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

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

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