Shades of Revolver #322F41
Tints of Revolver #322F41
RGB
CMYK
RGB Variations
Color information
#322F41 (or 0x322F41) is known color: Revolver. HEX triplet: 32, 2F and 41. RGB value is (50,47,65). Sum of RGB (Red+Green+Blue) = 50+47+65=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #322F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F41 is #CDD0BE. Grayscale: #313131. Windows color (decimal): -13488319 or 4271922. OLE color: 4271922.
HSL color Cylindrical-coordinate representation of color #322F41: hue angle of 250º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322F41 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 47 | 65 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.75 |
| HSL | 250º | 0.16% | 0.22% | - |
| HSV(B) | 250º | 0.28% | 0.25% | - |
| XYZ | 3.29 | 3.09 | 5.42 | - |
| YUV | 49.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 65 | 0.23 | 0.28 | 0 | 0.75 | 250 | 0.16 | 0.22 |
| Hex | 32 | 2F | 41 | 17 | 1C | 0 | 4B | FA | 10 | 16 |
| Octal | 62 | 57 | 101 | 27 | 34 | 0 | 113 | 372 | 20 | 26 |
| Binary | 110010 | 101111 | 1000001 | 10111 | 11100 | 0 | 1001011 | 11111010 | 10000 | 10110 |
Color Harmonies of #322F41
Complementary color
Monochromatic Colors of #322F41
Black with #322F41
Text Example
Text Example
White with #322F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F41; }
p { color: rgb(50,47,65); }
H1.HeaderClassName
{
color: #322F41;
}
.AnyTagClassName
{
color: #322F41;
}
</style>
background-color css
<style>
a { background-color: #322F41; }
a { background-color: rgb(50,47,65); }
div.DivClassName
{
background-color: #322F41;
}
.BgClassName
{
background-color: #322F41;
}
</style>
border-color css
<style>
span { border-color: #322F41; }
span { border-color: rgb(50,47,65); }
td.TdClassName
{
border-color: #322F41;
}
.TagClassName
{
border-color: #322F41;
}
</style>