Shades of Valentino #362E37
Tints of Valentino #362E37
RGB
CMYK
RGB Variations
Color information
#362E37 (or 0x362E37) is known color: Valentino. HEX triplet: 36, 2E and 37. RGB value is (54,46,55). Sum of RGB (Red+Green+Blue) = 54+46+55=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 55 - color contains mainly: blue. Hex color #362E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E37 is #C9D1C8. Grayscale: #313131. Windows color (decimal): -13226441 or 3616310. OLE color: 3616310.
HSL color Cylindrical-coordinate representation of color #362E37: hue angle of 293.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #362E37 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 46 | 55 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.78 |
| HSL | 293.33º | 0.09% | 0.2% | - |
| HSV(B) | 293.33º | 0.16% | 0.22% | - |
| XYZ | 3.19 | 3.01 | 4.03 | - |
| YUV | 49.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 55 | 0.02 | 0.16 | 0 | 0.78 | 293.33 | 0.09 | 0.2 |
| Hex | 36 | 2E | 37 | 2 | 10 | 0 | 4E | 125 | 9 | 14 |
| Octal | 66 | 56 | 67 | 2 | 20 | 0 | 116 | 445 | 11 | 24 |
| Binary | 110110 | 101110 | 110111 | 10 | 10000 | 0 | 1001110 | 100100101 | 1001 | 10100 |
Color Harmonies of #362E37
Complementary color
Monochromatic Colors of #362E37
Black with #362E37
Text Example
Text Example
White with #362E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E37; }
p { color: rgb(54,46,55); }
H1.HeaderClassName
{
color: #362E37;
}
.AnyTagClassName
{
color: #362E37;
}
</style>
background-color css
<style>
a { background-color: #362E37; }
a { background-color: rgb(54,46,55); }
div.DivClassName
{
background-color: #362E37;
}
.BgClassName
{
background-color: #362E37;
}
</style>
border-color css
<style>
span { border-color: #362E37; }
span { border-color: rgb(54,46,55); }
td.TdClassName
{
border-color: #362E37;
}
.TagClassName
{
border-color: #362E37;
}
</style>