Shades of Revolver #36353C
Tints of Revolver #36353C
RGB
CMYK
RGB Variations
Color information
#36353C (or 0x36353C) is known color: Revolver. HEX triplet: 36, 35 and 3C. RGB value is (54,53,60). Sum of RGB (Red+Green+Blue) = 54+53+60=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 60 - color contains mainly: blue. Hex color #36353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36353C is #C9CAC3. Grayscale: #363636. Windows color (decimal): -13224644 or 3945782. OLE color: 3945782.
HSL color Cylindrical-coordinate representation of color #36353C: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #36353C is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 53 | 60 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.76 |
| HSL | 248.57º | 0.06% | 0.22% | - |
| HSV(B) | 248.57º | 0.12% | 0.24% | - |
| XYZ | 3.61 | 3.66 | 4.79 | - |
| YUV | 54.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 60 | 0.10 | 0.12 | 0 | 0.76 | 248.57 | 0.06 | 0.22 |
| Hex | 36 | 35 | 3C | A | C | 0 | 4C | F9 | 6 | 16 |
| Octal | 66 | 65 | 74 | 12 | 14 | 0 | 114 | 371 | 6 | 26 |
| Binary | 110110 | 110101 | 111100 | 1010 | 1100 | 0 | 1001100 | 11111001 | 110 | 10110 |
Color Harmonies of #36353C
Complementary color
Monochromatic Colors of #36353C
Black with #36353C
Text Example
Text Example
White with #36353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36353C; }
p { color: rgb(54,53,60); }
H1.HeaderClassName
{
color: #36353C;
}
.AnyTagClassName
{
color: #36353C;
}
</style>
background-color css
<style>
a { background-color: #36353C; }
a { background-color: rgb(54,53,60); }
div.DivClassName
{
background-color: #36353C;
}
.BgClassName
{
background-color: #36353C;
}
</style>
border-color css
<style>
span { border-color: #36353C; }
span { border-color: rgb(54,53,60); }
td.TdClassName
{
border-color: #36353C;
}
.TagClassName
{
border-color: #36353C;
}
</style>