Shades of Revolver #333048
Tints of Revolver #333048
RGB
CMYK
RGB Variations
Color information
#333048 (or 0x333048) is known color: Revolver. HEX triplet: 33, 30 and 48. RGB value is (51,48,72). Sum of RGB (Red+Green+Blue) = 51+48+72=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #333048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333048 is #CCCFB7. Grayscale: #333333. Windows color (decimal): -13422520 or 4730931. OLE color: 4730931.
HSL color Cylindrical-coordinate representation of color #333048: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #333048 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 48 | 72 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.72 |
| HSL | 247.5º | 0.2% | 0.24% | - |
| HSV(B) | 247.5º | 0.33% | 0.28% | - |
| XYZ | 3.59 | 3.29 | 6.58 | - |
| YUV | 51.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 72 | 0.29 | 0.33 | 0 | 0.72 | 247.5 | 0.2 | 0.24 |
| Hex | 33 | 30 | 48 | 1D | 21 | 0 | 48 | F8 | 14 | 18 |
| Octal | 63 | 60 | 110 | 35 | 41 | 0 | 110 | 370 | 24 | 30 |
| Binary | 110011 | 110000 | 1001000 | 11101 | 100001 | 0 | 1001000 | 11111000 | 10100 | 11000 |
Color Harmonies of #333048
Complementary color
Monochromatic Colors of #333048
Black with #333048
Text Example
Text Example
White with #333048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333048; }
p { color: rgb(51,48,72); }
H1.HeaderClassName
{
color: #333048;
}
.AnyTagClassName
{
color: #333048;
}
</style>
background-color css
<style>
a { background-color: #333048; }
a { background-color: rgb(51,48,72); }
div.DivClassName
{
background-color: #333048;
}
.BgClassName
{
background-color: #333048;
}
</style>
border-color css
<style>
span { border-color: #333048; }
span { border-color: rgb(51,48,72); }
td.TdClassName
{
border-color: #333048;
}
.TagClassName
{
border-color: #333048;
}
</style>