Shades of Revolver #36363E
Tints of Revolver #36363E
RGB
CMYK
RGB Variations
Color information
#36363E (or 0x36363E) is known color: Revolver. HEX triplet: 36, 36 and 3E. RGB value is (54,54,62). Sum of RGB (Red+Green+Blue) = 54+54+62=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 62 - color contains mainly: blue. Hex color #36363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36363E is #C9C9C1. Grayscale: #363636. Windows color (decimal): -13224386 or 4077110. OLE color: 4077110.
HSL color Cylindrical-coordinate representation of color #36363E: hue angle of 240º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #36363E is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 54 | 62 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.76 |
| HSL | 240º | 0.07% | 0.23% | - |
| HSV(B) | 240º | 0.13% | 0.24% | - |
| XYZ | 3.71 | 3.77 | 5.09 | - |
| YUV | 54.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 62 | 0.13 | 0.13 | 0 | 0.76 | 240 | 0.07 | 0.23 |
| Hex | 36 | 36 | 3E | D | D | 0 | 4C | F0 | 7 | 17 |
| Octal | 66 | 66 | 76 | 15 | 15 | 0 | 114 | 360 | 7 | 27 |
| Binary | 110110 | 110110 | 111110 | 1101 | 1101 | 0 | 1001100 | 11110000 | 111 | 10111 |
Color Harmonies of #36363E
Complementary color
Monochromatic Colors of #36363E
Black with #36363E
Text Example
Text Example
White with #36363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36363E; }
p { color: rgb(54,54,62); }
H1.HeaderClassName
{
color: #36363E;
}
.AnyTagClassName
{
color: #36363E;
}
</style>
background-color css
<style>
a { background-color: #36363E; }
a { background-color: rgb(54,54,62); }
div.DivClassName
{
background-color: #36363E;
}
.BgClassName
{
background-color: #36363E;
}
</style>
border-color css
<style>
span { border-color: #36363E; }
span { border-color: rgb(54,54,62); }
td.TdClassName
{
border-color: #36363E;
}
.TagClassName
{
border-color: #36363E;
}
</style>