Shades of Revolver #36363B
Tints of Revolver #36363B
RGB
CMYK
RGB Variations
Color information
#36363B (or 0x36363B) is known color: Revolver. HEX triplet: 36, 36 and 3B. RGB value is (54,54,59). Sum of RGB (Red+Green+Blue) = 54+54+59=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 59 - color contains mainly: blue. Hex color #36363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36363B is #C9C9C4. Grayscale: #363636. Windows color (decimal): -13224389 or 3880502. OLE color: 3880502.
HSL color Cylindrical-coordinate representation of color #36363B: hue angle of 240º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #36363B is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 54 | 59 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.77 |
| HSL | 240º | 0.04% | 0.22% | - |
| HSV(B) | 240º | 0.08% | 0.23% | - |
| XYZ | 3.63 | 3.74 | 4.67 | - |
| YUV | 54.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 59 | 0.08 | 0.08 | 0 | 0.77 | 240 | 0.04 | 0.22 |
| Hex | 36 | 36 | 3B | 8 | 8 | 0 | 4D | F0 | 4 | 16 |
| Octal | 66 | 66 | 73 | 10 | 10 | 0 | 115 | 360 | 4 | 26 |
| Binary | 110110 | 110110 | 111011 | 1000 | 1000 | 0 | 1001101 | 11110000 | 100 | 10110 |
Color Harmonies of #36363B
Complementary color
Monochromatic Colors of #36363B
Black with #36363B
Text Example
Text Example
White with #36363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36363B; }
p { color: rgb(54,54,59); }
H1.HeaderClassName
{
color: #36363B;
}
.AnyTagClassName
{
color: #36363B;
}
</style>
background-color css
<style>
a { background-color: #36363B; }
a { background-color: rgb(54,54,59); }
div.DivClassName
{
background-color: #36363B;
}
.BgClassName
{
background-color: #36363B;
}
</style>
border-color css
<style>
span { border-color: #36363B; }
span { border-color: rgb(54,54,59); }
td.TdClassName
{
border-color: #36363B;
}
.TagClassName
{
border-color: #36363B;
}
</style>