#372939

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

Shades of Valentino #372939

Tints of Valentino #372939

Color information

#372939 (or 0x372939) is unknown color: approx Valentino. HEX triplet: 37, 29 and 39. RGB value is (55,41,57). Sum of RGB (Red+Green+Blue) = 55+41+57=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 57 - color contains mainly: blue. Hex color #372939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372939 is #C8D6C6. Grayscale: #2E2E2E. Windows color (decimal): -13162183 or 3746103. OLE color: 3746103.

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

Color convert

RGB554157-
CMYK0.040.2800.78
HSL292.5º16.33%19.22%-
HSV(B)292.5º28.07%22.35%-
XYZ3.112.694.23-
YUV47.01133.64133.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 57 (22.66% from 255) = 37.25%
R=35.95%
G=26.80%
B=37.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541570.040.2800.78292.516.3319.22
Hex37293941C04E1241013
Octal67517143401164442023
Binary11011110100111100110011100010011101001001001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372939; }

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

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

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

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

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

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

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

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