Shades of Valentino #372C3B
Tints of Valentino #372C3B
RGB
CMYK
RGB Variations
Color information
#372C3B (or 0x372C3B) is known color: Valentino. HEX triplet: 37, 2C and 3B. RGB value is (55,44,59). Sum of RGB (Red+Green+Blue) = 55+44+59=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: blue. Hex color #372C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C3B is #C8D3C4. Grayscale: #303030. Windows color (decimal): -13161413 or 3877943. OLE color: 3877943.
HSL color Cylindrical-coordinate representation of color #372C3B: hue angle of 284º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #372C3B is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 44 | 59 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.77 |
| HSL | 284º | 0.15% | 0.2% | - |
| HSV(B) | 284º | 0.25% | 0.23% | - |
| XYZ | 3.27 | 2.93 | 4.53 | - |
| YUV | 49 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 59 | 0.07 | 0.25 | 0 | 0.77 | 284 | 0.15 | 0.2 |
| Hex | 37 | 2C | 3B | 7 | 19 | 0 | 4D | 11C | F | 14 |
| Octal | 67 | 54 | 73 | 7 | 31 | 0 | 115 | 434 | 17 | 24 |
| Binary | 110111 | 101100 | 111011 | 111 | 11001 | 0 | 1001101 | 100011100 | 1111 | 10100 |
Color Harmonies of #372C3B
Complementary color
Monochromatic Colors of #372C3B
Black with #372C3B
Text Example
Text Example
White with #372C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C3B; }
p { color: rgb(55,44,59); }
H1.HeaderClassName
{
color: #372C3B;
}
.AnyTagClassName
{
color: #372C3B;
}
</style>
background-color css
<style>
a { background-color: #372C3B; }
a { background-color: rgb(55,44,59); }
div.DivClassName
{
background-color: #372C3B;
}
.BgClassName
{
background-color: #372C3B;
}
</style>
border-color css
<style>
span { border-color: #372C3B; }
span { border-color: rgb(55,44,59); }
td.TdClassName
{
border-color: #372C3B;
}
.TagClassName
{
border-color: #372C3B;
}
</style>