Shades of Revolver #35333A
Tints of Revolver #35333A
RGB
CMYK
RGB Variations
Color information
#35333A (or 0x35333A) is known color: Revolver. HEX triplet: 35, 33 and 3A. RGB value is (53,51,58). Sum of RGB (Red+Green+Blue) = 53+51+58=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 58 - color contains mainly: blue. Hex color #35333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35333A is #CACCC5. Grayscale: #343434. Windows color (decimal): -13290694 or 3814197. OLE color: 3814197.
HSL color Cylindrical-coordinate representation of color #35333A: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #35333A is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 51 | 58 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.77 |
| HSL | 257.14º | 0.06% | 0.21% | - |
| HSV(B) | 257.14º | 0.12% | 0.23% | - |
| XYZ | 3.42 | 3.43 | 4.49 | - |
| YUV | 52.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 58 | 0.09 | 0.12 | 0 | 0.77 | 257.14 | 0.06 | 0.21 |
| Hex | 35 | 33 | 3A | 9 | C | 0 | 4D | 101 | 6 | 15 |
| Octal | 65 | 63 | 72 | 11 | 14 | 0 | 115 | 401 | 6 | 25 |
| Binary | 110101 | 110011 | 111010 | 1001 | 1100 | 0 | 1001101 | 100000001 | 110 | 10101 |
Color Harmonies of #35333A
Complementary color
Monochromatic Colors of #35333A
Black with #35333A
Text Example
Text Example
White with #35333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35333A; }
p { color: rgb(53,51,58); }
H1.HeaderClassName
{
color: #35333A;
}
.AnyTagClassName
{
color: #35333A;
}
</style>
background-color css
<style>
a { background-color: #35333A; }
a { background-color: rgb(53,51,58); }
div.DivClassName
{
background-color: #35333A;
}
.BgClassName
{
background-color: #35333A;
}
</style>
border-color css
<style>
span { border-color: #35333A; }
span { border-color: rgb(53,51,58); }
td.TdClassName
{
border-color: #35333A;
}
.TagClassName
{
border-color: #35333A;
}
</style>