Shades of Revolver #353344
Tints of Revolver #353344
RGB
CMYK
RGB Variations
Color information
#353344 (or 0x353344) is known color: Revolver. HEX triplet: 35, 33 and 44. RGB value is (53,51,68). Sum of RGB (Red+Green+Blue) = 53+51+68=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #353344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353344 is #CACCBB. Grayscale: #353535. Windows color (decimal): -13290684 or 4469557. OLE color: 4469557.
HSL color Cylindrical-coordinate representation of color #353344: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353344 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 51 | 68 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.73 |
| HSL | 247.06º | 0.14% | 0.23% | - |
| HSV(B) | 247.06º | 0.25% | 0.27% | - |
| XYZ | 3.7 | 3.54 | 5.96 | - |
| YUV | 53.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 68 | 0.22 | 0.25 | 0 | 0.73 | 247.06 | 0.14 | 0.23 |
| Hex | 35 | 33 | 44 | 16 | 19 | 0 | 49 | F7 | E | 17 |
| Octal | 65 | 63 | 104 | 26 | 31 | 0 | 111 | 367 | 16 | 27 |
| Binary | 110101 | 110011 | 1000100 | 10110 | 11001 | 0 | 1001001 | 11110111 | 1110 | 10111 |
Color Harmonies of #353344
Complementary color
Monochromatic Colors of #353344
Black with #353344
Text Example
Text Example
White with #353344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353344; }
p { color: rgb(53,51,68); }
H1.HeaderClassName
{
color: #353344;
}
.AnyTagClassName
{
color: #353344;
}
</style>
background-color css
<style>
a { background-color: #353344; }
a { background-color: rgb(53,51,68); }
div.DivClassName
{
background-color: #353344;
}
.BgClassName
{
background-color: #353344;
}
</style>
border-color css
<style>
span { border-color: #353344; }
span { border-color: rgb(53,51,68); }
td.TdClassName
{
border-color: #353344;
}
.TagClassName
{
border-color: #353344;
}
</style>