Shades of Valentino #372D38
Tints of Valentino #372D38
RGB
CMYK
RGB Variations
Color information
#372D38 (or 0x372D38) is known color: Valentino. HEX triplet: 37, 2D and 38. RGB value is (55,45,56). Sum of RGB (Red+Green+Blue) = 55+45+56=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: blue. Hex color #372D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D38 is #C8D2C7. Grayscale: #313131. Windows color (decimal): -13161160 or 3681591. OLE color: 3681591.
HSL color Cylindrical-coordinate representation of color #372D38: hue angle of 294.55º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372D38 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 56 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.78 |
| HSL | 294.55º | 0.11% | 0.2% | - |
| HSV(B) | 294.55º | 0.2% | 0.22% | - |
| XYZ | 3.23 | 2.97 | 4.15 | - |
| YUV | 49.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 56 | 0.02 | 0.20 | 0 | 0.78 | 294.55 | 0.11 | 0.2 |
| Hex | 37 | 2D | 38 | 2 | 14 | 0 | 4E | 127 | B | 14 |
| Octal | 67 | 55 | 70 | 2 | 24 | 0 | 116 | 447 | 13 | 24 |
| Binary | 110111 | 101101 | 111000 | 10 | 10100 | 0 | 1001110 | 100100111 | 1011 | 10100 |
Color Harmonies of #372D38
Complementary color
Monochromatic Colors of #372D38
Black with #372D38
Text Example
Text Example
White with #372D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D38; }
p { color: rgb(55,45,56); }
H1.HeaderClassName
{
color: #372D38;
}
.AnyTagClassName
{
color: #372D38;
}
</style>
background-color css
<style>
a { background-color: #372D38; }
a { background-color: rgb(55,45,56); }
div.DivClassName
{
background-color: #372D38;
}
.BgClassName
{
background-color: #372D38;
}
</style>
border-color css
<style>
span { border-color: #372D38; }
span { border-color: rgb(55,45,56); }
td.TdClassName
{
border-color: #372D38;
}
.TagClassName
{
border-color: #372D38;
}
</style>