Shades of Revolver #323042
Tints of Revolver #323042
RGB
CMYK
RGB Variations
Color information
#323042 (or 0x323042) is known color: Revolver. HEX triplet: 32, 30 and 42. RGB value is (50,48,66). Sum of RGB (Red+Green+Blue) = 50+48+66=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 66 - color contains mainly: blue. Hex color #323042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323042 is #CDCFBD. Grayscale: #323232. Windows color (decimal): -13488062 or 4337714. OLE color: 4337714.
HSL color Cylindrical-coordinate representation of color #323042: hue angle of 246.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #323042 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 48 | 66 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.74 |
| HSL | 246.67º | 0.16% | 0.22% | - |
| HSV(B) | 246.67º | 0.27% | 0.26% | - |
| XYZ | 3.36 | 3.19 | 5.59 | - |
| YUV | 50.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 66 | 0.24 | 0.27 | 0 | 0.74 | 246.67 | 0.16 | 0.22 |
| Hex | 32 | 30 | 42 | 18 | 1B | 0 | 4A | F7 | 10 | 16 |
| Octal | 62 | 60 | 102 | 30 | 33 | 0 | 112 | 367 | 20 | 26 |
| Binary | 110010 | 110000 | 1000010 | 11000 | 11011 | 0 | 1001010 | 11110111 | 10000 | 10110 |
Color Harmonies of #323042
Complementary color
Monochromatic Colors of #323042
Black with #323042
Text Example
Text Example
White with #323042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323042; }
p { color: rgb(50,48,66); }
H1.HeaderClassName
{
color: #323042;
}
.AnyTagClassName
{
color: #323042;
}
</style>
background-color css
<style>
a { background-color: #323042; }
a { background-color: rgb(50,48,66); }
div.DivClassName
{
background-color: #323042;
}
.BgClassName
{
background-color: #323042;
}
</style>
border-color css
<style>
span { border-color: #323042; }
span { border-color: rgb(50,48,66); }
td.TdClassName
{
border-color: #323042;
}
.TagClassName
{
border-color: #323042;
}
</style>