Shades of Valentino #372C38
Tints of Valentino #372C38
RGB
CMYK
RGB Variations
Color information
#372C38 (or 0x372C38) is known color: Valentino. HEX triplet: 37, 2C and 38. RGB value is (55,44,56). Sum of RGB (Red+Green+Blue) = 55+44+56=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: blue. Hex color #372C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C38 is #C8D3C7. Grayscale: #303030. Windows color (decimal): -13161416 or 3681335. OLE color: 3681335.
HSL color Cylindrical-coordinate representation of color #372C38: hue angle of 295º 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 #372C38 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 56 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.78 |
| HSL | 295º | 0.12% | 0.2% | - |
| HSV(B) | 295º | 0.21% | 0.22% | - |
| XYZ | 3.19 | 2.9 | 4.13 | - |
| YUV | 48.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 56 | 0.02 | 0.21 | 0 | 0.78 | 295 | 0.12 | 0.2 |
| Hex | 37 | 2C | 38 | 2 | 15 | 0 | 4E | 127 | C | 14 |
| Octal | 67 | 54 | 70 | 2 | 25 | 0 | 116 | 447 | 14 | 24 |
| Binary | 110111 | 101100 | 111000 | 10 | 10101 | 0 | 1001110 | 100100111 | 1100 | 10100 |
Color Harmonies of #372C38
Complementary color
Monochromatic Colors of #372C38
Black with #372C38
Text Example
Text Example
White with #372C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C38; }
p { color: rgb(55,44,56); }
H1.HeaderClassName
{
color: #372C38;
}
.AnyTagClassName
{
color: #372C38;
}
</style>
background-color css
<style>
a { background-color: #372C38; }
a { background-color: rgb(55,44,56); }
div.DivClassName
{
background-color: #372C38;
}
.BgClassName
{
background-color: #372C38;
}
</style>
border-color css
<style>
span { border-color: #372C38; }
span { border-color: rgb(55,44,56); }
td.TdClassName
{
border-color: #372C38;
}
.TagClassName
{
border-color: #372C38;
}
</style>