#372D39

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

Shades of Valentino #372D39

Tints of Valentino #372D39

Color information

#372D39 (or 0x372D39) is unknown color: approx Valentino. HEX triplet: 37, 2D and 39. RGB value is (55,45,57). Sum of RGB (Red+Green+Blue) = 55+45+57=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #372D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D39 is #C8D2C6. Grayscale: #313131. Windows color (decimal): -13161159 or 3747127. OLE color: 3747127.

HSL color Cylindrical-coordinate representation of color #372D39: hue angle of 290º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #372D39 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB554557-
CMYK0.040.2100.78
HSL290º11.76%20%-
HSV(B)290º21.05%22.35%-
XYZ3.252.984.28-
YUV49.36132.31132.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=35.03%
G=28.66%
B=36.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5545570.040.2100.7829011.7620
Hex372D3941504E122c14
Octal67557142501164421424
Binary1101111011011110011001010101001110100100010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372D39; }

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

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

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

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

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

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

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

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