Shades of Revolver #33313F
Tints of Revolver #33313F
RGB
CMYK
RGB Variations
Color information
#33313F (or 0x33313F) is known color: Revolver. HEX triplet: 33, 31 and 3F. RGB value is (51,49,63). Sum of RGB (Red+Green+Blue) = 51+49+63=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #33313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33313F is #CCCEC0. Grayscale: #333333. Windows color (decimal): -13422273 or 4141363. OLE color: 4141363.
HSL color Cylindrical-coordinate representation of color #33313F: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #33313F is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 49 | 63 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.75 |
| HSL | 248.57º | 0.13% | 0.22% | - |
| HSV(B) | 248.57º | 0.22% | 0.25% | - |
| XYZ | 3.36 | 3.26 | 5.15 | - |
| YUV | 51.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 63 | 0.19 | 0.22 | 0 | 0.75 | 248.57 | 0.13 | 0.22 |
| Hex | 33 | 31 | 3F | 13 | 16 | 0 | 4B | F9 | C | 16 |
| Octal | 63 | 61 | 77 | 23 | 26 | 0 | 113 | 371 | 14 | 26 |
| Binary | 110011 | 110001 | 111111 | 10011 | 10110 | 0 | 1001011 | 11111001 | 1100 | 10110 |
Color Harmonies of #33313F
Complementary color
Monochromatic Colors of #33313F
Black with #33313F
Text Example
Text Example
White with #33313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33313F; }
p { color: rgb(51,49,63); }
H1.HeaderClassName
{
color: #33313F;
}
.AnyTagClassName
{
color: #33313F;
}
</style>
background-color css
<style>
a { background-color: #33313F; }
a { background-color: rgb(51,49,63); }
div.DivClassName
{
background-color: #33313F;
}
.BgClassName
{
background-color: #33313F;
}
</style>
border-color css
<style>
span { border-color: #33313F; }
span { border-color: rgb(51,49,63); }
td.TdClassName
{
border-color: #33313F;
}
.TagClassName
{
border-color: #33313F;
}
</style>