Shades of Revolver #323040
Tints of Revolver #323040
RGB
CMYK
RGB Variations
Color information
#323040 (or 0x323040) is known color: Revolver. HEX triplet: 32, 30 and 40. RGB value is (50,48,64). Sum of RGB (Red+Green+Blue) = 50+48+64=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #323040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323040 is #CDCFBF. Grayscale: #323232. Windows color (decimal): -13488064 or 4206642. OLE color: 4206642.
HSL color Cylindrical-coordinate representation of color #323040: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323040 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 48 | 64 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.75 |
| HSL | 247.5º | 0.14% | 0.22% | - |
| HSV(B) | 247.5º | 0.25% | 0.25% | - |
| XYZ | 3.3 | 3.16 | 5.29 | - |
| YUV | 50.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 64 | 0.22 | 0.25 | 0 | 0.75 | 247.5 | 0.14 | 0.22 |
| Hex | 32 | 30 | 40 | 16 | 19 | 0 | 4B | F8 | E | 16 |
| Octal | 62 | 60 | 100 | 26 | 31 | 0 | 113 | 370 | 16 | 26 |
| Binary | 110010 | 110000 | 1000000 | 10110 | 11001 | 0 | 1001011 | 11111000 | 1110 | 10110 |
Color Harmonies of #323040
Complementary color
Monochromatic Colors of #323040
Black with #323040
Text Example
Text Example
White with #323040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323040; }
p { color: rgb(50,48,64); }
H1.HeaderClassName
{
color: #323040;
}
.AnyTagClassName
{
color: #323040;
}
</style>
background-color css
<style>
a { background-color: #323040; }
a { background-color: rgb(50,48,64); }
div.DivClassName
{
background-color: #323040;
}
.BgClassName
{
background-color: #323040;
}
</style>
border-color css
<style>
span { border-color: #323040; }
span { border-color: rgb(50,48,64); }
td.TdClassName
{
border-color: #323040;
}
.TagClassName
{
border-color: #323040;
}
</style>