Shades of Zeus #3B3E33
Tints of Zeus #3B3E33
RGB
CMYK
RGB Variations
Color information
#3B3E33 (or 0x3B3E33) is known color: Zeus. HEX triplet: 3B, 3E and 33. RGB value is (59,62,51). Sum of RGB (Red+Green+Blue) = 59+62+51=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 62 - color contains mainly: green. Hex color #3B3E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E33 is #C4C1CC. Grayscale: #3B3B3B. Windows color (decimal): -12894669 or 3358267. OLE color: 3358267.
HSL color Cylindrical-coordinate representation of color #3B3E33: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B3E33 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 62 | 51 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.76 |
| HSL | 76.36º | 0.1% | 0.22% | - |
| HSV(B) | 76.36º | 0.18% | 0.24% | - |
| XYZ | 4.12 | 4.61 | 3.81 | - |
| YUV | 59.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 51 | 0.05 | 0 | 0.18 | 0.76 | 76.36 | 0.1 | 0.22 |
| Hex | 3B | 3E | 33 | 5 | 0 | 12 | 4C | 4C | A | 16 |
| Octal | 73 | 76 | 63 | 5 | 0 | 22 | 114 | 114 | 12 | 26 |
| Binary | 111011 | 111110 | 110011 | 101 | 0 | 10010 | 1001100 | 1001100 | 1010 | 10110 |
Color Harmonies of #3B3E33
Complementary color
Monochromatic Colors of #3B3E33
Black with #3B3E33
Text Example
Text Example
White with #3B3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E33; }
p { color: rgb(59,62,51); }
H1.HeaderClassName
{
color: #3B3E33;
}
.AnyTagClassName
{
color: #3B3E33;
}
</style>
background-color css
<style>
a { background-color: #3B3E33; }
a { background-color: rgb(59,62,51); }
div.DivClassName
{
background-color: #3B3E33;
}
.BgClassName
{
background-color: #3B3E33;
}
</style>
border-color css
<style>
span { border-color: #3B3E33; }
span { border-color: rgb(59,62,51); }
td.TdClassName
{
border-color: #3B3E33;
}
.TagClassName
{
border-color: #3B3E33;
}
</style>