Shades of Revolver #333248
Tints of Revolver #333248
RGB
CMYK
RGB Variations
Color information
#333248 (or 0x333248) is known color: Revolver. HEX triplet: 33, 32 and 48. RGB value is (51,50,72). Sum of RGB (Red+Green+Blue) = 51+50+72=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #333248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333248 is #CCCDB7. Grayscale: #343434. Windows color (decimal): -13422008 or 4731443. OLE color: 4731443.
HSL color Cylindrical-coordinate representation of color #333248: hue angle of 242.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #333248 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 50 | 72 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.72 |
| HSL | 242.73º | 0.18% | 0.24% | - |
| HSV(B) | 242.73º | 0.31% | 0.28% | - |
| XYZ | 3.68 | 3.45 | 6.6 | - |
| YUV | 52.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 72 | 0.29 | 0.31 | 0 | 0.72 | 242.73 | 0.18 | 0.24 |
| Hex | 33 | 32 | 48 | 1D | 1F | 0 | 48 | F3 | 12 | 18 |
| Octal | 63 | 62 | 110 | 35 | 37 | 0 | 110 | 363 | 22 | 30 |
| Binary | 110011 | 110010 | 1001000 | 11101 | 11111 | 0 | 1001000 | 11110011 | 10010 | 11000 |
Color Harmonies of #333248
Complementary color
Monochromatic Colors of #333248
Black with #333248
Text Example
Text Example
White with #333248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333248; }
p { color: rgb(51,50,72); }
H1.HeaderClassName
{
color: #333248;
}
.AnyTagClassName
{
color: #333248;
}
</style>
background-color css
<style>
a { background-color: #333248; }
a { background-color: rgb(51,50,72); }
div.DivClassName
{
background-color: #333248;
}
.BgClassName
{
background-color: #333248;
}
</style>
border-color css
<style>
span { border-color: #333248; }
span { border-color: rgb(51,50,72); }
td.TdClassName
{
border-color: #333248;
}
.TagClassName
{
border-color: #333248;
}
</style>