Shades of Revolver #333242
Tints of Revolver #333242
RGB
CMYK
RGB Variations
Color information
#333242 (or 0x333242) is known color: Revolver. HEX triplet: 33, 32 and 42. RGB value is (51,50,66). Sum of RGB (Red+Green+Blue) = 51+50+66=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 66 - color contains mainly: blue. Hex color #333242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333242 is #CCCDBD. Grayscale: #343434. Windows color (decimal): -13422014 or 4338227. OLE color: 4338227.
HSL color Cylindrical-coordinate representation of color #333242: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #333242 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 50 | 66 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.74 |
| HSL | 243.75º | 0.14% | 0.23% | - |
| HSV(B) | 243.75º | 0.24% | 0.26% | - |
| XYZ | 3.49 | 3.38 | 5.62 | - |
| YUV | 52.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 66 | 0.23 | 0.24 | 0 | 0.74 | 243.75 | 0.14 | 0.23 |
| Hex | 33 | 32 | 42 | 17 | 18 | 0 | 4A | F4 | E | 17 |
| Octal | 63 | 62 | 102 | 27 | 30 | 0 | 112 | 364 | 16 | 27 |
| Binary | 110011 | 110010 | 1000010 | 10111 | 11000 | 0 | 1001010 | 11110100 | 1110 | 10111 |
Color Harmonies of #333242
Complementary color
Monochromatic Colors of #333242
Black with #333242
Text Example
Text Example
White with #333242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333242; }
p { color: rgb(51,50,66); }
H1.HeaderClassName
{
color: #333242;
}
.AnyTagClassName
{
color: #333242;
}
</style>
background-color css
<style>
a { background-color: #333242; }
a { background-color: rgb(51,50,66); }
div.DivClassName
{
background-color: #333242;
}
.BgClassName
{
background-color: #333242;
}
</style>
border-color css
<style>
span { border-color: #333242; }
span { border-color: rgb(51,50,66); }
td.TdClassName
{
border-color: #333242;
}
.TagClassName
{
border-color: #333242;
}
</style>