Shades of Valentino #363137
Tints of Valentino #363137
RGB
CMYK
RGB Variations
Color information
#363137 (or 0x363137) is known color: Valentino. HEX triplet: 36, 31 and 37. RGB value is (54,49,55). Sum of RGB (Red+Green+Blue) = 54+49+55=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 55 - color contains mainly: blue. Hex color #363137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363137 is #C9CEC8. Grayscale: #333333. Windows color (decimal): -13225673 or 3617078. OLE color: 3617078.
HSL color Cylindrical-coordinate representation of color #363137: hue angle of 290º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #363137 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 49 | 55 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.78 |
| HSL | 290º | 0.06% | 0.2% | - |
| HSV(B) | 290º | 0.11% | 0.22% | - |
| XYZ | 3.31 | 3.26 | 4.07 | - |
| YUV | 51.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 55 | 0.02 | 0.11 | 0 | 0.78 | 290 | 0.06 | 0.2 |
| Hex | 36 | 31 | 37 | 2 | B | 0 | 4E | 122 | 6 | 14 |
| Octal | 66 | 61 | 67 | 2 | 13 | 0 | 116 | 442 | 6 | 24 |
| Binary | 110110 | 110001 | 110111 | 10 | 1011 | 0 | 1001110 | 100100010 | 110 | 10100 |
Color Harmonies of #363137
Complementary color
Monochromatic Colors of #363137
Black with #363137
Text Example
Text Example
White with #363137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363137; }
p { color: rgb(54,49,55); }
H1.HeaderClassName
{
color: #363137;
}
.AnyTagClassName
{
color: #363137;
}
</style>
background-color css
<style>
a { background-color: #363137; }
a { background-color: rgb(54,49,55); }
div.DivClassName
{
background-color: #363137;
}
.BgClassName
{
background-color: #363137;
}
</style>
border-color css
<style>
span { border-color: #363137; }
span { border-color: rgb(54,49,55); }
td.TdClassName
{
border-color: #363137;
}
.TagClassName
{
border-color: #363137;
}
</style>