Shades of Revolver #33303F
Tints of Revolver #33303F
RGB
CMYK
RGB Variations
Color information
#33303F (or 0x33303F) is known color: Revolver. HEX triplet: 33, 30 and 3F. RGB value is (51,48,63). Sum of RGB (Red+Green+Blue) = 51+48+63=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 63 - color contains mainly: blue. Hex color #33303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33303F is #CCCFC0. Grayscale: #323232. Windows color (decimal): -13422529 or 4141107. OLE color: 4141107.
HSL color Cylindrical-coordinate representation of color #33303F: hue angle of 252º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #33303F is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 48 | 63 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.75 |
| HSL | 252º | 0.14% | 0.22% | - |
| HSV(B) | 252º | 0.24% | 0.25% | - |
| XYZ | 3.32 | 3.18 | 5.14 | - |
| YUV | 50.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 63 | 0.19 | 0.24 | 0 | 0.75 | 252 | 0.14 | 0.22 |
| Hex | 33 | 30 | 3F | 13 | 18 | 0 | 4B | FC | E | 16 |
| Octal | 63 | 60 | 77 | 23 | 30 | 0 | 113 | 374 | 16 | 26 |
| Binary | 110011 | 110000 | 111111 | 10011 | 11000 | 0 | 1001011 | 11111100 | 1110 | 10110 |
Color Harmonies of #33303F
Complementary color
Monochromatic Colors of #33303F
Black with #33303F
Text Example
Text Example
White with #33303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33303F; }
p { color: rgb(51,48,63); }
H1.HeaderClassName
{
color: #33303F;
}
.AnyTagClassName
{
color: #33303F;
}
</style>
background-color css
<style>
a { background-color: #33303F; }
a { background-color: rgb(51,48,63); }
div.DivClassName
{
background-color: #33303F;
}
.BgClassName
{
background-color: #33303F;
}
</style>
border-color css
<style>
span { border-color: #33303F; }
span { border-color: rgb(51,48,63); }
td.TdClassName
{
border-color: #33303F;
}
.TagClassName
{
border-color: #33303F;
}
</style>