Shades of Revolver #333148
Tints of Revolver #333148
RGB
CMYK
RGB Variations
Color information
#333148 (or 0x333148) is known color: Revolver. HEX triplet: 33, 31 and 48. RGB value is (51,49,72). Sum of RGB (Red+Green+Blue) = 51+49+72=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #333148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333148 is #CCCEB7. Grayscale: #343434. Windows color (decimal): -13422264 or 4731187. OLE color: 4731187.
HSL color Cylindrical-coordinate representation of color #333148: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #333148 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 49 | 72 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.72 |
| HSL | 245.22º | 0.19% | 0.24% | - |
| HSV(B) | 245.22º | 0.32% | 0.28% | - |
| XYZ | 3.63 | 3.37 | 6.59 | - |
| YUV | 52.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 72 | 0.29 | 0.32 | 0 | 0.72 | 245.22 | 0.19 | 0.24 |
| Hex | 33 | 31 | 48 | 1D | 20 | 0 | 48 | F5 | 13 | 18 |
| Octal | 63 | 61 | 110 | 35 | 40 | 0 | 110 | 365 | 23 | 30 |
| Binary | 110011 | 110001 | 1001000 | 11101 | 100000 | 0 | 1001000 | 11110101 | 10011 | 11000 |
Color Harmonies of #333148
Complementary color
Monochromatic Colors of #333148
Black with #333148
Text Example
Text Example
White with #333148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333148; }
p { color: rgb(51,49,72); }
H1.HeaderClassName
{
color: #333148;
}
.AnyTagClassName
{
color: #333148;
}
</style>
background-color css
<style>
a { background-color: #333148; }
a { background-color: rgb(51,49,72); }
div.DivClassName
{
background-color: #333148;
}
.BgClassName
{
background-color: #333148;
}
</style>
border-color css
<style>
span { border-color: #333148; }
span { border-color: rgb(51,49,72); }
td.TdClassName
{
border-color: #333148;
}
.TagClassName
{
border-color: #333148;
}
</style>