Shades of Revolver #36353D
Tints of Revolver #36353D
RGB
CMYK
RGB Variations
Color information
#36353D (or 0x36353D) is known color: Revolver. HEX triplet: 36, 35 and 3D. RGB value is (54,53,61). Sum of RGB (Red+Green+Blue) = 54+53+61=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 61 - color contains mainly: blue. Hex color #36353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36353D is #C9CAC2. Grayscale: #363636. Windows color (decimal): -13224643 or 4011318. OLE color: 4011318.
HSL color Cylindrical-coordinate representation of color #36353D: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #36353D is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 53 | 61 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.76 |
| HSL | 247.5º | 0.07% | 0.22% | - |
| HSV(B) | 247.5º | 0.13% | 0.24% | - |
| XYZ | 3.64 | 3.67 | 4.93 | - |
| YUV | 54.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 61 | 0.11 | 0.13 | 0 | 0.76 | 247.5 | 0.07 | 0.22 |
| Hex | 36 | 35 | 3D | B | D | 0 | 4C | F8 | 7 | 16 |
| Octal | 66 | 65 | 75 | 13 | 15 | 0 | 114 | 370 | 7 | 26 |
| Binary | 110110 | 110101 | 111101 | 1011 | 1101 | 0 | 1001100 | 11111000 | 111 | 10110 |
Color Harmonies of #36353D
Complementary color
Monochromatic Colors of #36353D
Black with #36353D
Text Example
Text Example
White with #36353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36353D; }
p { color: rgb(54,53,61); }
H1.HeaderClassName
{
color: #36353D;
}
.AnyTagClassName
{
color: #36353D;
}
</style>
background-color css
<style>
a { background-color: #36353D; }
a { background-color: rgb(54,53,61); }
div.DivClassName
{
background-color: #36353D;
}
.BgClassName
{
background-color: #36353D;
}
</style>
border-color css
<style>
span { border-color: #36353D; }
span { border-color: rgb(54,53,61); }
td.TdClassName
{
border-color: #36353D;
}
.TagClassName
{
border-color: #36353D;
}
</style>