Shades of Valentino #372F36
Tints of Valentino #372F36
RGB
CMYK
RGB Variations
Color information
#372F36 (or 0x372F36) is known color: Valentino. HEX triplet: 37, 2F and 36. RGB value is (55,47,54). Sum of RGB (Red+Green+Blue) = 55+47+54=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 55 - color contains mainly: red. Hex color #372F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F36 is #C8D0C9. Grayscale: #323232. Windows color (decimal): -13160650 or 3551031. OLE color: 3551031.
HSL color Cylindrical-coordinate representation of color #372F36: hue angle of 307.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #372F36 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 54 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.78 |
| HSL | 307.5º | 0.08% | 0.2% | - |
| HSV(B) | 307.5º | 0.15% | 0.22% | - |
| XYZ | 3.26 | 3.11 | 3.92 | - |
| YUV | 50.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 54 | 0 | 0.15 | 0.02 | 0.78 | 307.5 | 0.08 | 0.2 |
| Hex | 37 | 2F | 36 | 0 | F | 2 | 4E | 134 | 8 | 14 |
| Octal | 67 | 57 | 66 | 0 | 17 | 2 | 116 | 464 | 10 | 24 |
| Binary | 110111 | 101111 | 110110 | 0 | 1111 | 10 | 1001110 | 100110100 | 1000 | 10100 |
Color Harmonies of #372F36
Complementary color
Monochromatic Colors of #372F36
Black with #372F36
Text Example
Text Example
White with #372F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F36; }
p { color: rgb(55,47,54); }
H1.HeaderClassName
{
color: #372F36;
}
.AnyTagClassName
{
color: #372F36;
}
</style>
background-color css
<style>
a { background-color: #372F36; }
a { background-color: rgb(55,47,54); }
div.DivClassName
{
background-color: #372F36;
}
.BgClassName
{
background-color: #372F36;
}
</style>
border-color css
<style>
span { border-color: #372F36; }
span { border-color: rgb(55,47,54); }
td.TdClassName
{
border-color: #372F36;
}
.TagClassName
{
border-color: #372F36;
}
</style>