Shades of Valentino #362C35
Tints of Valentino #362C35
RGB
CMYK
RGB Variations
Color information
#362C35 (or 0x362C35) is known color: Valentino. HEX triplet: 36, 2C and 35. RGB value is (54,44,53). Sum of RGB (Red+Green+Blue) = 54+44+53=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #362C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C35 is #C9D3CA. Grayscale: #2F2F2F. Windows color (decimal): -13226955 or 3484726. OLE color: 3484726.
HSL color Cylindrical-coordinate representation of color #362C35: hue angle of 306º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #362C35 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 53 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.79 |
| HSL | 306º | 0.1% | 0.19% | - |
| HSV(B) | 306º | 0.19% | 0.21% | - |
| XYZ | 3.06 | 2.84 | 3.76 | - |
| YUV | 48.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 53 | 0 | 0.19 | 0.02 | 0.79 | 306 | 0.1 | 0.19 |
| Hex | 36 | 2C | 35 | 0 | 13 | 2 | 4F | 132 | A | 13 |
| Octal | 66 | 54 | 65 | 0 | 23 | 2 | 117 | 462 | 12 | 23 |
| Binary | 110110 | 101100 | 110101 | 0 | 10011 | 10 | 1001111 | 100110010 | 1010 | 10011 |
Color Harmonies of #362C35
Complementary color
Monochromatic Colors of #362C35
Black with #362C35
Text Example
Text Example
White with #362C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C35; }
p { color: rgb(54,44,53); }
H1.HeaderClassName
{
color: #362C35;
}
.AnyTagClassName
{
color: #362C35;
}
</style>
background-color css
<style>
a { background-color: #362C35; }
a { background-color: rgb(54,44,53); }
div.DivClassName
{
background-color: #362C35;
}
.BgClassName
{
background-color: #362C35;
}
</style>
border-color css
<style>
span { border-color: #362C35; }
span { border-color: rgb(54,44,53); }
td.TdClassName
{
border-color: #362C35;
}
.TagClassName
{
border-color: #362C35;
}
</style>