Shades of Revolver #353345
Tints of Revolver #353345
RGB
CMYK
RGB Variations
Color information
#353345 (or 0x353345) is known color: Revolver. HEX triplet: 35, 33 and 45. RGB value is (53,51,69). Sum of RGB (Red+Green+Blue) = 53+51+69=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #353345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353345 is #CACCBA. Grayscale: #353535. Windows color (decimal): -13290683 or 4535093. OLE color: 4535093.
HSL color Cylindrical-coordinate representation of color #353345: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #353345 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 51 | 69 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.73 |
| HSL | 246.67º | 0.15% | 0.24% | - |
| HSV(B) | 246.67º | 0.26% | 0.27% | - |
| XYZ | 3.73 | 3.55 | 6.12 | - |
| YUV | 53.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 69 | 0.23 | 0.26 | 0 | 0.73 | 246.67 | 0.15 | 0.24 |
| Hex | 35 | 33 | 45 | 17 | 1A | 0 | 49 | F7 | F | 18 |
| Octal | 65 | 63 | 105 | 27 | 32 | 0 | 111 | 367 | 17 | 30 |
| Binary | 110101 | 110011 | 1000101 | 10111 | 11010 | 0 | 1001001 | 11110111 | 1111 | 11000 |
Color Harmonies of #353345
Complementary color
Monochromatic Colors of #353345
Black with #353345
Text Example
Text Example
White with #353345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353345; }
p { color: rgb(53,51,69); }
H1.HeaderClassName
{
color: #353345;
}
.AnyTagClassName
{
color: #353345;
}
</style>
background-color css
<style>
a { background-color: #353345; }
a { background-color: rgb(53,51,69); }
div.DivClassName
{
background-color: #353345;
}
.BgClassName
{
background-color: #353345;
}
</style>
border-color css
<style>
span { border-color: #353345; }
span { border-color: rgb(53,51,69); }
td.TdClassName
{
border-color: #353345;
}
.TagClassName
{
border-color: #353345;
}
</style>