Shades of Revolver #32303E
Tints of Revolver #32303E
RGB
CMYK
RGB Variations
Color information
#32303E (or 0x32303E) is known color: Revolver. HEX triplet: 32, 30 and 3E. RGB value is (50,48,62). Sum of RGB (Red+Green+Blue) = 50+48+62=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 62 - color contains mainly: blue. Hex color #32303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32303E is #CDCFC1. Grayscale: #323232. Windows color (decimal): -13488066 or 4075570. OLE color: 4075570.
HSL color Cylindrical-coordinate representation of color #32303E: hue angle of 248.57º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #32303E is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 48 | 62 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.76 |
| HSL | 248.57º | 0.13% | 0.22% | - |
| HSV(B) | 248.57º | 0.23% | 0.24% | - |
| XYZ | 3.24 | 3.14 | 4.99 | - |
| YUV | 50.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 62 | 0.19 | 0.23 | 0 | 0.76 | 248.57 | 0.13 | 0.22 |
| Hex | 32 | 30 | 3E | 13 | 17 | 0 | 4C | F9 | D | 16 |
| Octal | 62 | 60 | 76 | 23 | 27 | 0 | 114 | 371 | 15 | 26 |
| Binary | 110010 | 110000 | 111110 | 10011 | 10111 | 0 | 1001100 | 11111001 | 1101 | 10110 |
Color Harmonies of #32303E
Complementary color
Monochromatic Colors of #32303E
Black with #32303E
Text Example
Text Example
White with #32303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32303E; }
p { color: rgb(50,48,62); }
H1.HeaderClassName
{
color: #32303E;
}
.AnyTagClassName
{
color: #32303E;
}
</style>
background-color css
<style>
a { background-color: #32303E; }
a { background-color: rgb(50,48,62); }
div.DivClassName
{
background-color: #32303E;
}
.BgClassName
{
background-color: #32303E;
}
</style>
border-color css
<style>
span { border-color: #32303E; }
span { border-color: rgb(50,48,62); }
td.TdClassName
{
border-color: #32303E;
}
.TagClassName
{
border-color: #32303E;
}
</style>