Shades of Revolver #322E42
Tints of Revolver #322E42
RGB
CMYK
RGB Variations
Color information
#322E42 (or 0x322E42) is known color: Revolver. HEX triplet: 32, 2E and 42. RGB value is (50,46,66). Sum of RGB (Red+Green+Blue) = 50+46+66=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 66 - color contains mainly: blue. Hex color #322E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E42 is #CDD1BD. Grayscale: #313131. Windows color (decimal): -13488574 or 4337202. OLE color: 4337202.
HSL color Cylindrical-coordinate representation of color #322E42: hue angle of 252º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322E42 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 46 | 66 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.74 |
| HSL | 252º | 0.18% | 0.22% | - |
| HSV(B) | 252º | 0.3% | 0.26% | - |
| XYZ | 3.28 | 3.03 | 5.57 | - |
| YUV | 49.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 66 | 0.24 | 0.30 | 0 | 0.74 | 252 | 0.18 | 0.22 |
| Hex | 32 | 2E | 42 | 18 | 1E | 0 | 4A | FC | 12 | 16 |
| Octal | 62 | 56 | 102 | 30 | 36 | 0 | 112 | 374 | 22 | 26 |
| Binary | 110010 | 101110 | 1000010 | 11000 | 11110 | 0 | 1001010 | 11111100 | 10010 | 10110 |
Color Harmonies of #322E42
Complementary color
Monochromatic Colors of #322E42
Black with #322E42
Text Example
Text Example
White with #322E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E42; }
p { color: rgb(50,46,66); }
H1.HeaderClassName
{
color: #322E42;
}
.AnyTagClassName
{
color: #322E42;
}
</style>
background-color css
<style>
a { background-color: #322E42; }
a { background-color: rgb(50,46,66); }
div.DivClassName
{
background-color: #322E42;
}
.BgClassName
{
background-color: #322E42;
}
</style>
border-color css
<style>
span { border-color: #322E42; }
span { border-color: rgb(50,46,66); }
td.TdClassName
{
border-color: #322E42;
}
.TagClassName
{
border-color: #322E42;
}
</style>