Shades of Valentino #372E38
Tints of Valentino #372E38
RGB
CMYK
RGB Variations
Color information
#372E38 (or 0x372E38) is known color: Valentino. HEX triplet: 37, 2E and 38. RGB value is (55,46,56). Sum of RGB (Red+Green+Blue) = 55+46+56=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 56 - color contains mainly: blue. Hex color #372E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E38 is #C8D1C7. Grayscale: #313131. Windows color (decimal): -13160904 or 3681847. OLE color: 3681847.
HSL color Cylindrical-coordinate representation of color #372E38: hue angle of 294º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #372E38 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 46 | 56 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.78 |
| HSL | 294º | 0.1% | 0.2% | - |
| HSV(B) | 294º | 0.18% | 0.22% | - |
| XYZ | 3.27 | 3.05 | 4.16 | - |
| YUV | 49.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 56 | 0.02 | 0.18 | 0 | 0.78 | 294 | 0.1 | 0.2 |
| Hex | 37 | 2E | 38 | 2 | 12 | 0 | 4E | 126 | A | 14 |
| Octal | 67 | 56 | 70 | 2 | 22 | 0 | 116 | 446 | 12 | 24 |
| Binary | 110111 | 101110 | 111000 | 10 | 10010 | 0 | 1001110 | 100100110 | 1010 | 10100 |
Color Harmonies of #372E38
Complementary color
Monochromatic Colors of #372E38
Black with #372E38
Text Example
Text Example
White with #372E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E38; }
p { color: rgb(55,46,56); }
H1.HeaderClassName
{
color: #372E38;
}
.AnyTagClassName
{
color: #372E38;
}
</style>
background-color css
<style>
a { background-color: #372E38; }
a { background-color: rgb(55,46,56); }
div.DivClassName
{
background-color: #372E38;
}
.BgClassName
{
background-color: #372E38;
}
</style>
border-color css
<style>
span { border-color: #372E38; }
span { border-color: rgb(55,46,56); }
td.TdClassName
{
border-color: #372E38;
}
.TagClassName
{
border-color: #372E38;
}
</style>