Shades of Revolver #35353C
Tints of Revolver #35353C
RGB
CMYK
RGB Variations
Color information
#35353C (or 0x35353C) is known color: Revolver. HEX triplet: 35, 35 and 3C. RGB value is (53,53,60). Sum of RGB (Red+Green+Blue) = 53+53+60=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 60 - color contains mainly: blue. Hex color #35353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35353C is #CACAC3. Grayscale: #353535. Windows color (decimal): -13290180 or 3945781. OLE color: 3945781.
HSL color Cylindrical-coordinate representation of color #35353C: hue angle of 240º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #35353C is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 53 | 60 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.76 |
| HSL | 240º | 0.06% | 0.22% | - |
| HSV(B) | 240º | 0.12% | 0.24% | - |
| XYZ | 3.56 | 3.63 | 4.79 | - |
| YUV | 53.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 60 | 0.12 | 0.12 | 0 | 0.76 | 240 | 0.06 | 0.22 |
| Hex | 35 | 35 | 3C | C | C | 0 | 4C | F0 | 6 | 16 |
| Octal | 65 | 65 | 74 | 14 | 14 | 0 | 114 | 360 | 6 | 26 |
| Binary | 110101 | 110101 | 111100 | 1100 | 1100 | 0 | 1001100 | 11110000 | 110 | 10110 |
Color Harmonies of #35353C
Complementary color
Monochromatic Colors of #35353C
Black with #35353C
Text Example
Text Example
White with #35353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35353C; }
p { color: rgb(53,53,60); }
H1.HeaderClassName
{
color: #35353C;
}
.AnyTagClassName
{
color: #35353C;
}
</style>
background-color css
<style>
a { background-color: #35353C; }
a { background-color: rgb(53,53,60); }
div.DivClassName
{
background-color: #35353C;
}
.BgClassName
{
background-color: #35353C;
}
</style>
border-color css
<style>
span { border-color: #35353C; }
span { border-color: rgb(53,53,60); }
td.TdClassName
{
border-color: #35353C;
}
.TagClassName
{
border-color: #35353C;
}
</style>