Shades of Revolver #353144
Tints of Revolver #353144
RGB
CMYK
RGB Variations
Color information
#353144 (or 0x353144) is known color: Revolver. HEX triplet: 35, 31 and 44. RGB value is (53,49,68). Sum of RGB (Red+Green+Blue) = 53+49+68=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #353144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353144 is #CACEBB. Grayscale: #343434. Windows color (decimal): -13291196 or 4469045. OLE color: 4469045.
HSL color Cylindrical-coordinate representation of color #353144: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #353144 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 49 | 68 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.73 |
| HSL | 252.63º | 0.16% | 0.23% | - |
| HSV(B) | 252.63º | 0.28% | 0.27% | - |
| XYZ | 3.61 | 3.37 | 5.93 | - |
| YUV | 52.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 68 | 0.22 | 0.28 | 0 | 0.73 | 252.63 | 0.16 | 0.23 |
| Hex | 35 | 31 | 44 | 16 | 1C | 0 | 49 | FD | 10 | 17 |
| Octal | 65 | 61 | 104 | 26 | 34 | 0 | 111 | 375 | 20 | 27 |
| Binary | 110101 | 110001 | 1000100 | 10110 | 11100 | 0 | 1001001 | 11111101 | 10000 | 10111 |
Color Harmonies of #353144
Complementary color
Monochromatic Colors of #353144
Black with #353144
Text Example
Text Example
White with #353144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353144; }
p { color: rgb(53,49,68); }
H1.HeaderClassName
{
color: #353144;
}
.AnyTagClassName
{
color: #353144;
}
</style>
background-color css
<style>
a { background-color: #353144; }
a { background-color: rgb(53,49,68); }
div.DivClassName
{
background-color: #353144;
}
.BgClassName
{
background-color: #353144;
}
</style>
border-color css
<style>
span { border-color: #353144; }
span { border-color: rgb(53,49,68); }
td.TdClassName
{
border-color: #353144;
}
.TagClassName
{
border-color: #353144;
}
</style>