Shades of Revolver #33323B
Tints of Revolver #33323B
RGB
CMYK
RGB Variations
Color information
#33323B (or 0x33323B) is known color: Revolver. HEX triplet: 33, 32 and 3B. RGB value is (51,50,59). Sum of RGB (Red+Green+Blue) = 51+50+59=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 59 - color contains mainly: blue. Hex color #33323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33323B is #CCCDC4. Grayscale: #333333. Windows color (decimal): -13422021 or 3879475. OLE color: 3879475.
HSL color Cylindrical-coordinate representation of color #33323B: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #33323B is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 50 | 59 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.77 |
| HSL | 246.67º | 0.08% | 0.21% | - |
| HSV(B) | 246.67º | 0.15% | 0.23% | - |
| XYZ | 3.3 | 3.3 | 4.6 | - |
| YUV | 51.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 59 | 0.14 | 0.15 | 0 | 0.77 | 246.67 | 0.08 | 0.21 |
| Hex | 33 | 32 | 3B | E | F | 0 | 4D | F7 | 8 | 15 |
| Octal | 63 | 62 | 73 | 16 | 17 | 0 | 115 | 367 | 10 | 25 |
| Binary | 110011 | 110010 | 111011 | 1110 | 1111 | 0 | 1001101 | 11110111 | 1000 | 10101 |
Color Harmonies of #33323B
Complementary color
Monochromatic Colors of #33323B
Black with #33323B
Text Example
Text Example
White with #33323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33323B; }
p { color: rgb(51,50,59); }
H1.HeaderClassName
{
color: #33323B;
}
.AnyTagClassName
{
color: #33323B;
}
</style>
background-color css
<style>
a { background-color: #33323B; }
a { background-color: rgb(51,50,59); }
div.DivClassName
{
background-color: #33323B;
}
.BgClassName
{
background-color: #33323B;
}
</style>
border-color css
<style>
span { border-color: #33323B; }
span { border-color: rgb(51,50,59); }
td.TdClassName
{
border-color: #33323B;
}
.TagClassName
{
border-color: #33323B;
}
</style>