#372937

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

Shades of Valentino #372937

Tints of Valentino #372937

Color information

#372937 (or 0x372937) is unknown color: approx Valentino. HEX triplet: 37, 29 and 37. RGB value is (55,41,55). Sum of RGB (Red+Green+Blue) = 55+41+55=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 55 - color contains mainly: red, blue. Hex color #372937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372937 is #C8D6C8. Grayscale: #2E2E2E. Windows color (decimal): -13162185 or 3615031. OLE color: 3615031.

HSL color Cylindrical-coordinate representation of color #372937: hue angle of 300º 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 #372937 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB554155-
CMYK00.2500.78
HSL300º14.58%18.82%-
HSV(B)300º25.45%21.57%-
XYZ3.062.673.97-
YUV46.78132.64133.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=36.42%
G=27.15%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55415500.2500.7830014.5818.82
Hex37293701904E12cf13
Octal67516703101164541723
Binary11011110100111011101100101001110100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372937; }

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

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

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

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

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

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

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

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