Shades of Revolver #33333F
Tints of Revolver #33333F
RGB
CMYK
RGB Variations
Color information
#33333F (or 0x33333F) is known color: Revolver. HEX triplet: 33, 33 and 3F. RGB value is (51,51,63). Sum of RGB (Red+Green+Blue) = 51+51+63=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #33333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33333F is #CCCCC0. Grayscale: #343434. Windows color (decimal): -13421761 or 4141875. OLE color: 4141875.
HSL color Cylindrical-coordinate representation of color #33333F: hue angle of 240º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #33333F is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 51 | 63 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.75 |
| HSL | 240º | 0.11% | 0.22% | - |
| HSV(B) | 240º | 0.19% | 0.25% | - |
| XYZ | 3.45 | 3.43 | 5.18 | - |
| YUV | 52.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 63 | 0.19 | 0.19 | 0 | 0.75 | 240 | 0.11 | 0.22 |
| Hex | 33 | 33 | 3F | 13 | 13 | 0 | 4B | F0 | B | 16 |
| Octal | 63 | 63 | 77 | 23 | 23 | 0 | 113 | 360 | 13 | 26 |
| Binary | 110011 | 110011 | 111111 | 10011 | 10011 | 0 | 1001011 | 11110000 | 1011 | 10110 |
Color Harmonies of #33333F
Complementary color
Monochromatic Colors of #33333F
Black with #33333F
Text Example
Text Example
White with #33333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33333F; }
p { color: rgb(51,51,63); }
H1.HeaderClassName
{
color: #33333F;
}
.AnyTagClassName
{
color: #33333F;
}
</style>
background-color css
<style>
a { background-color: #33333F; }
a { background-color: rgb(51,51,63); }
div.DivClassName
{
background-color: #33333F;
}
.BgClassName
{
background-color: #33333F;
}
</style>
border-color css
<style>
span { border-color: #33333F; }
span { border-color: rgb(51,51,63); }
td.TdClassName
{
border-color: #33333F;
}
.TagClassName
{
border-color: #33333F;
}
</style>