Shades of Revolver #333049
Tints of Revolver #333049
RGB
CMYK
RGB Variations
Color information
#333049 (or 0x333049) is known color: Revolver. HEX triplet: 33, 30 and 49. RGB value is (51,48,73). Sum of RGB (Red+Green+Blue) = 51+48+73=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #333049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333049 is #CCCFB6. Grayscale: #333333. Windows color (decimal): -13422519 or 4796467. OLE color: 4796467.
HSL color Cylindrical-coordinate representation of color #333049: hue angle of 247.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #333049 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 48 | 73 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.71 |
| HSL | 247.2º | 0.21% | 0.24% | - |
| HSV(B) | 247.2º | 0.34% | 0.29% | - |
| XYZ | 3.62 | 3.3 | 6.75 | - |
| YUV | 51.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 73 | 0.30 | 0.34 | 0 | 0.71 | 247.2 | 0.21 | 0.24 |
| Hex | 33 | 30 | 49 | 1E | 22 | 0 | 47 | F7 | 15 | 18 |
| Octal | 63 | 60 | 111 | 36 | 42 | 0 | 107 | 367 | 25 | 30 |
| Binary | 110011 | 110000 | 1001001 | 11110 | 100010 | 0 | 1000111 | 11110111 | 10101 | 11000 |
Color Harmonies of #333049
Complementary color
Monochromatic Colors of #333049
Black with #333049
Text Example
Text Example
White with #333049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333049; }
p { color: rgb(51,48,73); }
H1.HeaderClassName
{
color: #333049;
}
.AnyTagClassName
{
color: #333049;
}
</style>
background-color css
<style>
a { background-color: #333049; }
a { background-color: rgb(51,48,73); }
div.DivClassName
{
background-color: #333049;
}
.BgClassName
{
background-color: #333049;
}
</style>
border-color css
<style>
span { border-color: #333049; }
span { border-color: rgb(51,48,73); }
td.TdClassName
{
border-color: #333049;
}
.TagClassName
{
border-color: #333049;
}
</style>