Shades of Revolver #363639
Tints of Revolver #363639
RGB
CMYK
RGB Variations
Color information
#363639 (or 0x363639) is known color: Revolver. HEX triplet: 36, 36 and 39. RGB value is (54,54,57). Sum of RGB (Red+Green+Blue) = 54+54+57=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 57 - color contains mainly: blue. Hex color #363639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363639 is #C9C9C6. Grayscale: #363636. Windows color (decimal): -13224391 or 3749430. OLE color: 3749430.
HSL color Cylindrical-coordinate representation of color #363639: hue angle of 240º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #363639 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 54 | 57 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.78 |
| HSL | 240º | 0.03% | 0.22% | - |
| HSV(B) | 240º | 0.05% | 0.22% | - |
| XYZ | 3.58 | 3.72 | 4.4 | - |
| YUV | 54.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 57 | 0.05 | 0.05 | 0 | 0.78 | 240 | 0.03 | 0.22 |
| Hex | 36 | 36 | 39 | 5 | 5 | 0 | 4E | F0 | 3 | 16 |
| Octal | 66 | 66 | 71 | 5 | 5 | 0 | 116 | 360 | 3 | 26 |
| Binary | 110110 | 110110 | 111001 | 101 | 101 | 0 | 1001110 | 11110000 | 11 | 10110 |
Color Harmonies of #363639
Complementary color
Monochromatic Colors of #363639
Black with #363639
Text Example
Text Example
White with #363639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363639; }
p { color: rgb(54,54,57); }
H1.HeaderClassName
{
color: #363639;
}
.AnyTagClassName
{
color: #363639;
}
</style>
background-color css
<style>
a { background-color: #363639; }
a { background-color: rgb(54,54,57); }
div.DivClassName
{
background-color: #363639;
}
.BgClassName
{
background-color: #363639;
}
</style>
border-color css
<style>
span { border-color: #363639; }
span { border-color: rgb(54,54,57); }
td.TdClassName
{
border-color: #363639;
}
.TagClassName
{
border-color: #363639;
}
</style>