Shades of Revolver #32313A
Tints of Revolver #32313A
RGB
CMYK
RGB Variations
Color information
#32313A (or 0x32313A) is known color: Revolver. HEX triplet: 32, 31 and 3A. RGB value is (50,49,58). Sum of RGB (Red+Green+Blue) = 50+49+58=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 58 - color contains mainly: blue. Hex color #32313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32313A is #CDCEC5. Grayscale: #323232. Windows color (decimal): -13487814 or 3813682. OLE color: 3813682.
HSL color Cylindrical-coordinate representation of color #32313A: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #32313A is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 49 | 58 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.77 |
| HSL | 246.67º | 0.08% | 0.21% | - |
| HSV(B) | 246.67º | 0.16% | 0.23% | - |
| XYZ | 3.18 | 3.18 | 4.45 | - |
| YUV | 50.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 58 | 0.14 | 0.16 | 0 | 0.77 | 246.67 | 0.08 | 0.21 |
| Hex | 32 | 31 | 3A | E | 10 | 0 | 4D | F7 | 8 | 15 |
| Octal | 62 | 61 | 72 | 16 | 20 | 0 | 115 | 367 | 10 | 25 |
| Binary | 110010 | 110001 | 111010 | 1110 | 10000 | 0 | 1001101 | 11110111 | 1000 | 10101 |
Color Harmonies of #32313A
Complementary color
Monochromatic Colors of #32313A
Black with #32313A
Text Example
Text Example
White with #32313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32313A; }
p { color: rgb(50,49,58); }
H1.HeaderClassName
{
color: #32313A;
}
.AnyTagClassName
{
color: #32313A;
}
</style>
background-color css
<style>
a { background-color: #32313A; }
a { background-color: rgb(50,49,58); }
div.DivClassName
{
background-color: #32313A;
}
.BgClassName
{
background-color: #32313A;
}
</style>
border-color css
<style>
span { border-color: #32313A; }
span { border-color: rgb(50,49,58); }
td.TdClassName
{
border-color: #32313A;
}
.TagClassName
{
border-color: #32313A;
}
</style>