Shades of Revolver #35343E
Tints of Revolver #35343E
RGB
CMYK
RGB Variations
Color information
#35343E (or 0x35343E) is known color: Revolver. HEX triplet: 35, 34 and 3E. RGB value is (53,52,62). Sum of RGB (Red+Green+Blue) = 53+52+62=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 62 - color contains mainly: blue. Hex color #35343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35343E is #CACBC1. Grayscale: #353535. Windows color (decimal): -13290434 or 4076597. OLE color: 4076597.
HSL color Cylindrical-coordinate representation of color #35343E: hue angle of 246º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #35343E is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 52 | 62 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.76 |
| HSL | 246º | 0.09% | 0.22% | - |
| HSV(B) | 246º | 0.16% | 0.24% | - |
| XYZ | 3.57 | 3.56 | 5.06 | - |
| YUV | 53.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 62 | 0.15 | 0.16 | 0 | 0.76 | 246 | 0.09 | 0.22 |
| Hex | 35 | 34 | 3E | F | 10 | 0 | 4C | F6 | 9 | 16 |
| Octal | 65 | 64 | 76 | 17 | 20 | 0 | 114 | 366 | 11 | 26 |
| Binary | 110101 | 110100 | 111110 | 1111 | 10000 | 0 | 1001100 | 11110110 | 1001 | 10110 |
Color Harmonies of #35343E
Complementary color
Monochromatic Colors of #35343E
Black with #35343E
Text Example
Text Example
White with #35343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35343E; }
p { color: rgb(53,52,62); }
H1.HeaderClassName
{
color: #35343E;
}
.AnyTagClassName
{
color: #35343E;
}
</style>
background-color css
<style>
a { background-color: #35343E; }
a { background-color: rgb(53,52,62); }
div.DivClassName
{
background-color: #35343E;
}
.BgClassName
{
background-color: #35343E;
}
</style>
border-color css
<style>
span { border-color: #35343E; }
span { border-color: rgb(53,52,62); }
td.TdClassName
{
border-color: #35343E;
}
.TagClassName
{
border-color: #35343E;
}
</style>