Shades of Revolver #32303D
Tints of Revolver #32303D
RGB
CMYK
RGB Variations
Color information
#32303D (or 0x32303D) is known color: Revolver. HEX triplet: 32, 30 and 3D. RGB value is (50,48,61). Sum of RGB (Red+Green+Blue) = 50+48+61=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #32303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32303D is #CDCFC2. Grayscale: #323232. Windows color (decimal): -13488067 or 4010034. OLE color: 4010034.
HSL color Cylindrical-coordinate representation of color #32303D: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #32303D is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 48 | 61 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.76 |
| HSL | 249.23º | 0.12% | 0.21% | - |
| HSV(B) | 249.23º | 0.21% | 0.24% | - |
| XYZ | 3.21 | 3.13 | 4.85 | - |
| YUV | 50.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 61 | 0.18 | 0.21 | 0 | 0.76 | 249.23 | 0.12 | 0.21 |
| Hex | 32 | 30 | 3D | 12 | 15 | 0 | 4C | F9 | C | 15 |
| Octal | 62 | 60 | 75 | 22 | 25 | 0 | 114 | 371 | 14 | 25 |
| Binary | 110010 | 110000 | 111101 | 10010 | 10101 | 0 | 1001100 | 11111001 | 1100 | 10101 |
Color Harmonies of #32303D
Complementary color
Monochromatic Colors of #32303D
Black with #32303D
Text Example
Text Example
White with #32303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32303D; }
p { color: rgb(50,48,61); }
H1.HeaderClassName
{
color: #32303D;
}
.AnyTagClassName
{
color: #32303D;
}
</style>
background-color css
<style>
a { background-color: #32303D; }
a { background-color: rgb(50,48,61); }
div.DivClassName
{
background-color: #32303D;
}
.BgClassName
{
background-color: #32303D;
}
</style>
border-color css
<style>
span { border-color: #32303D; }
span { border-color: rgb(50,48,61); }
td.TdClassName
{
border-color: #32303D;
}
.TagClassName
{
border-color: #32303D;
}
</style>