Shades of Revolver #35343A
Tints of Revolver #35343A
RGB
CMYK
RGB Variations
Color information
#35343A (or 0x35343A) is known color: Revolver. HEX triplet: 35, 34 and 3A. RGB value is (53,52,58). Sum of RGB (Red+Green+Blue) = 53+52+58=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 58 - color contains mainly: blue. Hex color #35343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35343A is #CACBC5. Grayscale: #343434. Windows color (decimal): -13290438 or 3814453. OLE color: 3814453.
HSL color Cylindrical-coordinate representation of color #35343A: hue angle of 250º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #35343A is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 52 | 58 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.77 |
| HSL | 250º | 0.05% | 0.22% | - |
| HSV(B) | 250º | 0.1% | 0.23% | - |
| XYZ | 3.46 | 3.52 | 4.5 | - |
| YUV | 52.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 58 | 0.09 | 0.10 | 0 | 0.77 | 250 | 0.05 | 0.22 |
| Hex | 35 | 34 | 3A | 9 | A | 0 | 4D | FA | 5 | 16 |
| Octal | 65 | 64 | 72 | 11 | 12 | 0 | 115 | 372 | 5 | 26 |
| Binary | 110101 | 110100 | 111010 | 1001 | 1010 | 0 | 1001101 | 11111010 | 101 | 10110 |
Color Harmonies of #35343A
Complementary color
Monochromatic Colors of #35343A
Black with #35343A
Text Example
Text Example
White with #35343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35343A; }
p { color: rgb(53,52,58); }
H1.HeaderClassName
{
color: #35343A;
}
.AnyTagClassName
{
color: #35343A;
}
</style>
background-color css
<style>
a { background-color: #35343A; }
a { background-color: rgb(53,52,58); }
div.DivClassName
{
background-color: #35343A;
}
.BgClassName
{
background-color: #35343A;
}
</style>
border-color css
<style>
span { border-color: #35343A; }
span { border-color: rgb(53,52,58); }
td.TdClassName
{
border-color: #35343A;
}
.TagClassName
{
border-color: #35343A;
}
</style>