Shades of Revolver #323044
Tints of Revolver #323044
RGB
CMYK
RGB Variations
Color information
#323044 (or 0x323044) is known color: Revolver. HEX triplet: 32, 30 and 44. RGB value is (50,48,68). Sum of RGB (Red+Green+Blue) = 50+48+68=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #323044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323044 is #CDCFBB. Grayscale: #323232. Windows color (decimal): -13488060 or 4468786. OLE color: 4468786.
HSL color Cylindrical-coordinate representation of color #323044: hue angle of 246º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323044 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 48 | 68 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.73 |
| HSL | 246º | 0.17% | 0.23% | - |
| HSV(B) | 246º | 0.29% | 0.27% | - |
| XYZ | 3.42 | 3.21 | 5.91 | - |
| YUV | 50.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 68 | 0.26 | 0.29 | 0 | 0.73 | 246 | 0.17 | 0.23 |
| Hex | 32 | 30 | 44 | 1A | 1D | 0 | 49 | F6 | 11 | 17 |
| Octal | 62 | 60 | 104 | 32 | 35 | 0 | 111 | 366 | 21 | 27 |
| Binary | 110010 | 110000 | 1000100 | 11010 | 11101 | 0 | 1001001 | 11110110 | 10001 | 10111 |
Color Harmonies of #323044
Complementary color
Monochromatic Colors of #323044
Black with #323044
Text Example
Text Example
White with #323044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323044; }
p { color: rgb(50,48,68); }
H1.HeaderClassName
{
color: #323044;
}
.AnyTagClassName
{
color: #323044;
}
</style>
background-color css
<style>
a { background-color: #323044; }
a { background-color: rgb(50,48,68); }
div.DivClassName
{
background-color: #323044;
}
.BgClassName
{
background-color: #323044;
}
</style>
border-color css
<style>
span { border-color: #323044; }
span { border-color: rgb(50,48,68); }
td.TdClassName
{
border-color: #323044;
}
.TagClassName
{
border-color: #323044;
}
</style>