Shades of Revolver #33313C
Tints of Revolver #33313C
RGB
CMYK
RGB Variations
Color information
#33313C (or 0x33313C) is known color: Revolver. HEX triplet: 33, 31 and 3C. RGB value is (51,49,60). Sum of RGB (Red+Green+Blue) = 51+49+60=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #33313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33313C is #CCCEC3. Grayscale: #323232. Windows color (decimal): -13422276 or 3944755. OLE color: 3944755.
HSL color Cylindrical-coordinate representation of color #33313C: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #33313C is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 49 | 60 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.76 |
| HSL | 250.91º | 0.1% | 0.21% | - |
| HSV(B) | 250.91º | 0.18% | 0.24% | - |
| XYZ | 3.28 | 3.23 | 4.72 | - |
| YUV | 50.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 60 | 0.15 | 0.18 | 0 | 0.76 | 250.91 | 0.1 | 0.21 |
| Hex | 33 | 31 | 3C | F | 12 | 0 | 4C | FB | A | 15 |
| Octal | 63 | 61 | 74 | 17 | 22 | 0 | 114 | 373 | 12 | 25 |
| Binary | 110011 | 110001 | 111100 | 1111 | 10010 | 0 | 1001100 | 11111011 | 1010 | 10101 |
Color Harmonies of #33313C
Complementary color
Monochromatic Colors of #33313C
Black with #33313C
Text Example
Text Example
White with #33313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33313C; }
p { color: rgb(51,49,60); }
H1.HeaderClassName
{
color: #33313C;
}
.AnyTagClassName
{
color: #33313C;
}
</style>
background-color css
<style>
a { background-color: #33313C; }
a { background-color: rgb(51,49,60); }
div.DivClassName
{
background-color: #33313C;
}
.BgClassName
{
background-color: #33313C;
}
</style>
border-color css
<style>
span { border-color: #33313C; }
span { border-color: rgb(51,49,60); }
td.TdClassName
{
border-color: #33313C;
}
.TagClassName
{
border-color: #33313C;
}
</style>