#322137

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

Shades of Blackcurrant #322137

Tints of Blackcurrant #322137

Color information

#322137 (or 0x322137) is unknown color: approx Blackcurrant. HEX triplet: 32, 21 and 37. RGB value is (50,33,55). Sum of RGB (Red+Green+Blue) = 50+33+55=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #322137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322137 is #CDDEC8. Grayscale: #282828. Windows color (decimal): -13491913 or 3612978. OLE color: 3612978.

HSL color Cylindrical-coordinate representation of color #322137: hue angle of 286.36º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #322137 is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB503355-
CMYK0.090.400.78
HSL286.36º25%17.25%-
HSV(B)286.36º40%21.57%-
XYZ2.552.043.87-
YUV40.59136.13134.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=36.23%
G=23.91%
B=39.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5033550.090.400.78286.362517.25
Hex32213792804E11e1911
Octal624167115001164363121
Binary1100101000011101111001101000010011101000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322137; }

 p { color: rgb(50,33,55); }

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

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

 a { background-color: rgb(50,33,55); }

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

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

 span { border-color: rgb(50,33,55); }

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