Shades of Revolver #353439
Tints of Revolver #353439
RGB
CMYK
RGB Variations
Color information
#353439 (or 0x353439) is known color: Revolver. HEX triplet: 35, 34 and 39. RGB value is (53,52,57). Sum of RGB (Red+Green+Blue) = 53+52+57=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: blue. Hex color #353439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353439 is #CACBC6. Grayscale: #343434. Windows color (decimal): -13290439 or 3748917. OLE color: 3748917.
HSL color Cylindrical-coordinate representation of color #353439: hue angle of 252º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353439 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 52 | 57 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.78 |
| HSL | 252º | 0.05% | 0.21% | - |
| HSV(B) | 252º | 0.09% | 0.22% | - |
| XYZ | 3.43 | 3.51 | 4.37 | - |
| YUV | 52.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 57 | 0.07 | 0.09 | 0 | 0.78 | 252 | 0.05 | 0.21 |
| Hex | 35 | 34 | 39 | 7 | 9 | 0 | 4E | FC | 5 | 15 |
| Octal | 65 | 64 | 71 | 7 | 11 | 0 | 116 | 374 | 5 | 25 |
| Binary | 110101 | 110100 | 111001 | 111 | 1001 | 0 | 1001110 | 11111100 | 101 | 10101 |
Color Harmonies of #353439
Complementary color
Monochromatic Colors of #353439
Black with #353439
Text Example
Text Example
White with #353439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353439; }
p { color: rgb(53,52,57); }
H1.HeaderClassName
{
color: #353439;
}
.AnyTagClassName
{
color: #353439;
}
</style>
background-color css
<style>
a { background-color: #353439; }
a { background-color: rgb(53,52,57); }
div.DivClassName
{
background-color: #353439;
}
.BgClassName
{
background-color: #353439;
}
</style>
border-color css
<style>
span { border-color: #353439; }
span { border-color: rgb(53,52,57); }
td.TdClassName
{
border-color: #353439;
}
.TagClassName
{
border-color: #353439;
}
</style>