Shades of Valentino #37273B
Tints of Valentino #37273B
RGB
CMYK
RGB Variations
Color information
#37273B (or 0x37273B) is known color: Valentino. HEX triplet: 37, 27 and 3B. RGB value is (55,39,59). Sum of RGB (Red+Green+Blue) = 55+39+59=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 59 - color contains mainly: blue. Hex color #37273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37273B is #C8D8C4. Grayscale: #2E2E2E. Windows color (decimal): -13162693 or 3876663. OLE color: 3876663.
HSL color Cylindrical-coordinate representation of color #37273B: hue angle of 288º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37273B is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 39 | 59 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.77 |
| HSL | 288º | 0.2% | 0.19% | - |
| HSV(B) | 288º | 0.34% | 0.23% | - |
| XYZ | 3.09 | 2.58 | 4.47 | - |
| YUV | 46.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 59 | 0.07 | 0.34 | 0 | 0.77 | 288 | 0.2 | 0.19 |
| Hex | 37 | 27 | 3B | 7 | 22 | 0 | 4D | 120 | 14 | 13 |
| Octal | 67 | 47 | 73 | 7 | 42 | 0 | 115 | 440 | 24 | 23 |
| Binary | 110111 | 100111 | 111011 | 111 | 100010 | 0 | 1001101 | 100100000 | 10100 | 10011 |
Color Harmonies of #37273B
Complementary color
Monochromatic Colors of #37273B
Black with #37273B
Text Example
Text Example
White with #37273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37273B; }
p { color: rgb(55,39,59); }
H1.HeaderClassName
{
color: #37273B;
}
.AnyTagClassName
{
color: #37273B;
}
</style>
background-color css
<style>
a { background-color: #37273B; }
a { background-color: rgb(55,39,59); }
div.DivClassName
{
background-color: #37273B;
}
.BgClassName
{
background-color: #37273B;
}
</style>
border-color css
<style>
span { border-color: #37273B; }
span { border-color: rgb(55,39,59); }
td.TdClassName
{
border-color: #37273B;
}
.TagClassName
{
border-color: #37273B;
}
</style>