Shades of Revolver #353147
Tints of Revolver #353147
RGB
CMYK
RGB Variations
Color information
#353147 (or 0x353147) is known color: Revolver. HEX triplet: 35, 31 and 47. RGB value is (53,49,71). Sum of RGB (Red+Green+Blue) = 53+49+71=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #353147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353147 is #CACEB8. Grayscale: #343434. Windows color (decimal): -13291193 or 4665653. OLE color: 4665653.
HSL color Cylindrical-coordinate representation of color #353147: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #353147 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 49 | 71 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.72 |
| HSL | 250.91º | 0.18% | 0.24% | - |
| HSV(B) | 250.91º | 0.31% | 0.28% | - |
| XYZ | 3.7 | 3.41 | 6.42 | - |
| YUV | 52.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 71 | 0.25 | 0.31 | 0 | 0.72 | 250.91 | 0.18 | 0.24 |
| Hex | 35 | 31 | 47 | 19 | 1F | 0 | 48 | FB | 12 | 18 |
| Octal | 65 | 61 | 107 | 31 | 37 | 0 | 110 | 373 | 22 | 30 |
| Binary | 110101 | 110001 | 1000111 | 11001 | 11111 | 0 | 1001000 | 11111011 | 10010 | 11000 |
Color Harmonies of #353147
Complementary color
Monochromatic Colors of #353147
Black with #353147
Text Example
Text Example
White with #353147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353147; }
p { color: rgb(53,49,71); }
H1.HeaderClassName
{
color: #353147;
}
.AnyTagClassName
{
color: #353147;
}
</style>
background-color css
<style>
a { background-color: #353147; }
a { background-color: rgb(53,49,71); }
div.DivClassName
{
background-color: #353147;
}
.BgClassName
{
background-color: #353147;
}
</style>
border-color css
<style>
span { border-color: #353147; }
span { border-color: rgb(53,49,71); }
td.TdClassName
{
border-color: #353147;
}
.TagClassName
{
border-color: #353147;
}
</style>