Shades of Valentino #372A36
Tints of Valentino #372A36
RGB
CMYK
RGB Variations
Color information
#372A36 (or 0x372A36) is known color: Valentino. HEX triplet: 37, 2A and 36. RGB value is (55,42,54). Sum of RGB (Red+Green+Blue) = 55+42+54=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 55 - color contains mainly: red. Hex color #372A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A36 is #C8D5C9. Grayscale: #2F2F2F. Windows color (decimal): -13161930 or 3549751. OLE color: 3549751.
HSL color Cylindrical-coordinate representation of color #372A36: hue angle of 304.62º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #372A36 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 54 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.78 |
| HSL | 304.62º | 0.13% | 0.19% | - |
| HSV(B) | 304.62º | 0.24% | 0.22% | - |
| XYZ | 3.07 | 2.73 | 3.86 | - |
| YUV | 47.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 54 | 0 | 0.24 | 0.02 | 0.78 | 304.62 | 0.13 | 0.19 |
| Hex | 37 | 2A | 36 | 0 | 18 | 2 | 4E | 131 | D | 13 |
| Octal | 67 | 52 | 66 | 0 | 30 | 2 | 116 | 461 | 15 | 23 |
| Binary | 110111 | 101010 | 110110 | 0 | 11000 | 10 | 1001110 | 100110001 | 1101 | 10011 |
Color Harmonies of #372A36
Complementary color
Monochromatic Colors of #372A36
Black with #372A36
Text Example
Text Example
White with #372A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A36; }
p { color: rgb(55,42,54); }
H1.HeaderClassName
{
color: #372A36;
}
.AnyTagClassName
{
color: #372A36;
}
</style>
background-color css
<style>
a { background-color: #372A36; }
a { background-color: rgb(55,42,54); }
div.DivClassName
{
background-color: #372A36;
}
.BgClassName
{
background-color: #372A36;
}
</style>
border-color css
<style>
span { border-color: #372A36; }
span { border-color: rgb(55,42,54); }
td.TdClassName
{
border-color: #372A36;
}
.TagClassName
{
border-color: #372A36;
}
</style>