Shades of Revolver #36363A
Tints of Revolver #36363A
RGB
CMYK
RGB Variations
Color information
#36363A (or 0x36363A) is known color: Revolver. HEX triplet: 36, 36 and 3A. RGB value is (54,54,58). Sum of RGB (Red+Green+Blue) = 54+54+58=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 58 - color contains mainly: blue. Hex color #36363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36363A is #C9C9C5. Grayscale: #363636. Windows color (decimal): -13224390 or 3814966. OLE color: 3814966.
HSL color Cylindrical-coordinate representation of color #36363A: 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.07%. Process color model (Four color, CMYK) of #36363A is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 54 | 58 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.77 |
| HSL | 240º | 0.04% | 0.22% | - |
| HSV(B) | 240º | 0.07% | 0.23% | - |
| XYZ | 3.6 | 3.73 | 4.53 | - |
| YUV | 54.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 58 | 0.07 | 0.07 | 0 | 0.77 | 240 | 0.04 | 0.22 |
| Hex | 36 | 36 | 3A | 7 | 7 | 0 | 4D | F0 | 4 | 16 |
| Octal | 66 | 66 | 72 | 7 | 7 | 0 | 115 | 360 | 4 | 26 |
| Binary | 110110 | 110110 | 111010 | 111 | 111 | 0 | 1001101 | 11110000 | 100 | 10110 |
Color Harmonies of #36363A
Complementary color
Monochromatic Colors of #36363A
Black with #36363A
Text Example
Text Example
White with #36363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36363A; }
p { color: rgb(54,54,58); }
H1.HeaderClassName
{
color: #36363A;
}
.AnyTagClassName
{
color: #36363A;
}
</style>
background-color css
<style>
a { background-color: #36363A; }
a { background-color: rgb(54,54,58); }
div.DivClassName
{
background-color: #36363A;
}
.BgClassName
{
background-color: #36363A;
}
</style>
border-color css
<style>
span { border-color: #36363A; }
span { border-color: rgb(54,54,58); }
td.TdClassName
{
border-color: #36363A;
}
.TagClassName
{
border-color: #36363A;
}
</style>