Shades of Revolver #33303E
Tints of Revolver #33303E
RGB
CMYK
RGB Variations
Color information
#33303E (or 0x33303E) is known color: Revolver. HEX triplet: 33, 30 and 3E. RGB value is (51,48,62). Sum of RGB (Red+Green+Blue) = 51+48+62=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 62 - color contains mainly: blue. Hex color #33303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33303E is #CCCFC1. Grayscale: #323232. Windows color (decimal): -13422530 or 4075571. OLE color: 4075571.
HSL color Cylindrical-coordinate representation of color #33303E: hue angle of 252.86º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #33303E is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 48 | 62 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.76 |
| HSL | 252.86º | 0.13% | 0.22% | - |
| HSV(B) | 252.86º | 0.23% | 0.24% | - |
| XYZ | 3.29 | 3.17 | 4.99 | - |
| YUV | 50.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 62 | 0.18 | 0.23 | 0 | 0.76 | 252.86 | 0.13 | 0.22 |
| Hex | 33 | 30 | 3E | 12 | 17 | 0 | 4C | FD | D | 16 |
| Octal | 63 | 60 | 76 | 22 | 27 | 0 | 114 | 375 | 15 | 26 |
| Binary | 110011 | 110000 | 111110 | 10010 | 10111 | 0 | 1001100 | 11111101 | 1101 | 10110 |
Color Harmonies of #33303E
Complementary color
Monochromatic Colors of #33303E
Black with #33303E
Text Example
Text Example
White with #33303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33303E; }
p { color: rgb(51,48,62); }
H1.HeaderClassName
{
color: #33303E;
}
.AnyTagClassName
{
color: #33303E;
}
</style>
background-color css
<style>
a { background-color: #33303E; }
a { background-color: rgb(51,48,62); }
div.DivClassName
{
background-color: #33303E;
}
.BgClassName
{
background-color: #33303E;
}
</style>
border-color css
<style>
span { border-color: #33303E; }
span { border-color: rgb(51,48,62); }
td.TdClassName
{
border-color: #33303E;
}
.TagClassName
{
border-color: #33303E;
}
</style>