#322937

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

Shades of Blackcurrant #322937

Tints of Blackcurrant #322937

Color information

#322937 (or 0x322937) is unknown color: approx Blackcurrant. HEX triplet: 32, 29 and 37. RGB value is (50,41,55). Sum of RGB (Red+Green+Blue) = 50+41+55=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #322937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322937 is #CDD6C8. Grayscale: #2D2D2D. Windows color (decimal): -13489865 or 3615026. OLE color: 3615026.

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

Color convert

RGB504155-
CMYK0.090.2500.78
HSL278.57º14.58%18.82%-
HSV(B)278.57º25.45%21.57%-
XYZ2.82.543.96-
YUV45.29133.48131.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=34.25%
G=28.08%
B=37.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5041550.090.2500.78278.5714.5818.82
Hex32293791904E117f13
Octal625167113101164271723
Binary11001010100111011110011100101001110100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322937; }

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

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

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

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

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

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

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

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