Shades of Revolver #363540
Tints of Revolver #363540
RGB
CMYK
RGB Variations
Color information
#363540 (or 0x363540) is known color: Revolver. HEX triplet: 36, 35 and 40. RGB value is (54,53,64). Sum of RGB (Red+Green+Blue) = 54+53+64=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #363540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363540 is #C9CABF. Grayscale: #363636. Windows color (decimal): -13224640 or 4207926. OLE color: 4207926.
HSL color Cylindrical-coordinate representation of color #363540: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #363540 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 53 | 64 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.75 |
| HSL | 245.45º | 0.09% | 0.23% | - |
| HSV(B) | 245.45º | 0.17% | 0.25% | - |
| XYZ | 3.72 | 3.7 | 5.37 | - |
| YUV | 54.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 64 | 0.16 | 0.17 | 0 | 0.75 | 245.45 | 0.09 | 0.23 |
| Hex | 36 | 35 | 40 | 10 | 11 | 0 | 4B | F5 | 9 | 17 |
| Octal | 66 | 65 | 100 | 20 | 21 | 0 | 113 | 365 | 11 | 27 |
| Binary | 110110 | 110101 | 1000000 | 10000 | 10001 | 0 | 1001011 | 11110101 | 1001 | 10111 |
Color Harmonies of #363540
Complementary color
Monochromatic Colors of #363540
Black with #363540
Text Example
Text Example
White with #363540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363540; }
p { color: rgb(54,53,64); }
H1.HeaderClassName
{
color: #363540;
}
.AnyTagClassName
{
color: #363540;
}
</style>
background-color css
<style>
a { background-color: #363540; }
a { background-color: rgb(54,53,64); }
div.DivClassName
{
background-color: #363540;
}
.BgClassName
{
background-color: #363540;
}
</style>
border-color css
<style>
span { border-color: #363540; }
span { border-color: rgb(54,53,64); }
td.TdClassName
{
border-color: #363540;
}
.TagClassName
{
border-color: #363540;
}
</style>