Shades of Zeus #393B34
Tints of Zeus #393B34
RGB
CMYK
RGB Variations
Color information
#393B34 (or 0x393B34) is known color: Zeus. HEX triplet: 39, 3B and 34. RGB value is (57,59,52). Sum of RGB (Red+Green+Blue) = 57+59+52=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 59 - color contains mainly: green. Hex color #393B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B34 is #C6C4CB. Grayscale: #393939. Windows color (decimal): -13026508 or 3423033. OLE color: 3423033.
HSL color Cylindrical-coordinate representation of color #393B34: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #393B34 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 52 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.77 |
| HSL | 77.14º | 0.06% | 0.22% | - |
| HSV(B) | 77.14º | 0.12% | 0.23% | - |
| XYZ | 3.87 | 4.25 | 3.86 | - |
| YUV | 57.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 52 | 0.03 | 0 | 0.12 | 0.77 | 77.14 | 0.06 | 0.22 |
| Hex | 39 | 3B | 34 | 3 | 0 | C | 4D | 4D | 6 | 16 |
| Octal | 71 | 73 | 64 | 3 | 0 | 14 | 115 | 115 | 6 | 26 |
| Binary | 111001 | 111011 | 110100 | 11 | 0 | 1100 | 1001101 | 1001101 | 110 | 10110 |
Color Harmonies of #393B34
Complementary color
Monochromatic Colors of #393B34
Black with #393B34
Text Example
Text Example
White with #393B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B34; }
p { color: rgb(57,59,52); }
H1.HeaderClassName
{
color: #393B34;
}
.AnyTagClassName
{
color: #393B34;
}
</style>
background-color css
<style>
a { background-color: #393B34; }
a { background-color: rgb(57,59,52); }
div.DivClassName
{
background-color: #393B34;
}
.BgClassName
{
background-color: #393B34;
}
</style>
border-color css
<style>
span { border-color: #393B34; }
span { border-color: rgb(57,59,52); }
td.TdClassName
{
border-color: #393B34;
}
.TagClassName
{
border-color: #393B34;
}
</style>