Shades of Revolver #33323C
Tints of Revolver #33323C
RGB
CMYK
RGB Variations
Color information
#33323C (or 0x33323C) is known color: Revolver. HEX triplet: 33, 32 and 3C. RGB value is (51,50,60). Sum of RGB (Red+Green+Blue) = 51+50+60=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 60 - color contains mainly: blue. Hex color #33323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33323C is #CCCDC3. Grayscale: #333333. Windows color (decimal): -13422020 or 3945011. OLE color: 3945011.
HSL color Cylindrical-coordinate representation of color #33323C: hue angle of 246º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #33323C is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 50 | 60 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.76 |
| HSL | 246º | 0.09% | 0.22% | - |
| HSV(B) | 246º | 0.17% | 0.24% | - |
| XYZ | 3.32 | 3.31 | 4.74 | - |
| YUV | 51.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 60 | 0.15 | 0.17 | 0 | 0.76 | 246 | 0.09 | 0.22 |
| Hex | 33 | 32 | 3C | F | 11 | 0 | 4C | F6 | 9 | 16 |
| Octal | 63 | 62 | 74 | 17 | 21 | 0 | 114 | 366 | 11 | 26 |
| Binary | 110011 | 110010 | 111100 | 1111 | 10001 | 0 | 1001100 | 11110110 | 1001 | 10110 |
Color Harmonies of #33323C
Complementary color
Monochromatic Colors of #33323C
Black with #33323C
Text Example
Text Example
White with #33323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33323C; }
p { color: rgb(51,50,60); }
H1.HeaderClassName
{
color: #33323C;
}
.AnyTagClassName
{
color: #33323C;
}
</style>
background-color css
<style>
a { background-color: #33323C; }
a { background-color: rgb(51,50,60); }
div.DivClassName
{
background-color: #33323C;
}
.BgClassName
{
background-color: #33323C;
}
</style>
border-color css
<style>
span { border-color: #33323C; }
span { border-color: rgb(51,50,60); }
td.TdClassName
{
border-color: #33323C;
}
.TagClassName
{
border-color: #33323C;
}
</style>