Shades of Revolver #32313C
Tints of Revolver #32313C
RGB
CMYK
RGB Variations
Color information
#32313C (or 0x32313C) is known color: Revolver. HEX triplet: 32, 31 and 3C. RGB value is (50,49,60). Sum of RGB (Red+Green+Blue) = 50+49+60=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #32313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32313C is #CDCEC3. Grayscale: #323232. Windows color (decimal): -13487812 or 3944754. OLE color: 3944754.
HSL color Cylindrical-coordinate representation of color #32313C: hue angle of 245.45º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #32313C is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 49 | 60 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.76 |
| HSL | 245.45º | 0.1% | 0.21% | - |
| HSV(B) | 245.45º | 0.18% | 0.24% | - |
| XYZ | 3.23 | 3.2 | 4.72 | - |
| YUV | 50.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 60 | 0.17 | 0.18 | 0 | 0.76 | 245.45 | 0.1 | 0.21 |
| Hex | 32 | 31 | 3C | 11 | 12 | 0 | 4C | F5 | A | 15 |
| Octal | 62 | 61 | 74 | 21 | 22 | 0 | 114 | 365 | 12 | 25 |
| Binary | 110010 | 110001 | 111100 | 10001 | 10010 | 0 | 1001100 | 11110101 | 1010 | 10101 |
Color Harmonies of #32313C
Complementary color
Monochromatic Colors of #32313C
Black with #32313C
Text Example
Text Example
White with #32313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32313C; }
p { color: rgb(50,49,60); }
H1.HeaderClassName
{
color: #32313C;
}
.AnyTagClassName
{
color: #32313C;
}
</style>
background-color css
<style>
a { background-color: #32313C; }
a { background-color: rgb(50,49,60); }
div.DivClassName
{
background-color: #32313C;
}
.BgClassName
{
background-color: #32313C;
}
</style>
border-color css
<style>
span { border-color: #32313C; }
span { border-color: rgb(50,49,60); }
td.TdClassName
{
border-color: #32313C;
}
.TagClassName
{
border-color: #32313C;
}
</style>