Shades of Valentino #362B37
Tints of Valentino #362B37
RGB
CMYK
RGB Variations
Color information
#362B37 (or 0x362B37) is known color: Valentino. HEX triplet: 36, 2B and 37. RGB value is (54,43,55). Sum of RGB (Red+Green+Blue) = 54+43+55=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 55 - color contains mainly: blue. Hex color #362B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B37 is #C9D4C8. Grayscale: #2F2F2F. Windows color (decimal): -13227209 or 3615542. OLE color: 3615542.
HSL color Cylindrical-coordinate representation of color #362B37: hue angle of 295º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362B37 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 43 | 55 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.78 |
| HSL | 295º | 0.12% | 0.19% | - |
| HSV(B) | 295º | 0.22% | 0.22% | - |
| XYZ | 3.07 | 2.79 | 3.99 | - |
| YUV | 47.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 55 | 0.02 | 0.22 | 0 | 0.78 | 295 | 0.12 | 0.19 |
| Hex | 36 | 2B | 37 | 2 | 16 | 0 | 4E | 127 | C | 13 |
| Octal | 66 | 53 | 67 | 2 | 26 | 0 | 116 | 447 | 14 | 23 |
| Binary | 110110 | 101011 | 110111 | 10 | 10110 | 0 | 1001110 | 100100111 | 1100 | 10011 |
Color Harmonies of #362B37
Complementary color
Monochromatic Colors of #362B37
Black with #362B37
Text Example
Text Example
White with #362B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B37; }
p { color: rgb(54,43,55); }
H1.HeaderClassName
{
color: #362B37;
}
.AnyTagClassName
{
color: #362B37;
}
</style>
background-color css
<style>
a { background-color: #362B37; }
a { background-color: rgb(54,43,55); }
div.DivClassName
{
background-color: #362B37;
}
.BgClassName
{
background-color: #362B37;
}
</style>
border-color css
<style>
span { border-color: #362B37; }
span { border-color: rgb(54,43,55); }
td.TdClassName
{
border-color: #362B37;
}
.TagClassName
{
border-color: #362B37;
}
</style>