Shades of Zeus #3E3F3B
Tints of Zeus #3E3F3B
RGB
CMYK
RGB Variations
Color information
#3E3F3B (or 0x3E3F3B) is known color: Zeus. HEX triplet: 3E, 3F and 3B. RGB value is (62,63,59). Sum of RGB (Red+Green+Blue) = 62+63+59=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 63 - color contains mainly: green. Hex color #3E3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3F3B is #C1C0C4. Grayscale: #3E3E3E. Windows color (decimal): -12697797 or 3882814. OLE color: 3882814.
HSL color Cylindrical-coordinate representation of color #3E3F3B: hue angle of 75º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3E3F3B is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 63 | 59 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.75 |
| HSL | 75º | 0.03% | 0.24% | - |
| HSV(B) | 75º | 0.06% | 0.25% | - |
| XYZ | 4.55 | 4.89 | 4.84 | - |
| YUV | 62.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 59 | 0.02 | 0 | 0.06 | 0.75 | 75 | 0.03 | 0.24 |
| Hex | 3E | 3F | 3B | 2 | 0 | 6 | 4B | 4B | 3 | 18 |
| Octal | 76 | 77 | 73 | 2 | 0 | 6 | 113 | 113 | 3 | 30 |
| Binary | 111110 | 111111 | 111011 | 10 | 0 | 110 | 1001011 | 1001011 | 11 | 11000 |
Color Harmonies of #3E3F3B
Complementary color
Monochromatic Colors of #3E3F3B
Black with #3E3F3B
Text Example
Text Example
White with #3E3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F3B; }
p { color: rgb(62,63,59); }
H1.HeaderClassName
{
color: #3E3F3B;
}
.AnyTagClassName
{
color: #3E3F3B;
}
</style>
background-color css
<style>
a { background-color: #3E3F3B; }
a { background-color: rgb(62,63,59); }
div.DivClassName
{
background-color: #3E3F3B;
}
.BgClassName
{
background-color: #3E3F3B;
}
</style>
border-color css
<style>
span { border-color: #3E3F3B; }
span { border-color: rgb(62,63,59); }
td.TdClassName
{
border-color: #3E3F3B;
}
.TagClassName
{
border-color: #3E3F3B;
}
</style>