Shades of Zeus #393A35
Tints of Zeus #393A35
RGB
CMYK
RGB Variations
Color information
#393A35 (or 0x393A35) is known color: Zeus. HEX triplet: 39, 3A and 35. RGB value is (57,58,53). Sum of RGB (Red+Green+Blue) = 57+58+53=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 58 - color contains mainly: green. Hex color #393A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A35 is #C6C5CA. Grayscale: #393939. Windows color (decimal): -13026763 or 3488313. OLE color: 3488313.
HSL color Cylindrical-coordinate representation of color #393A35: hue angle of 72º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #393A35 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 53 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.77 |
| HSL | 72º | 0.05% | 0.22% | - |
| HSV(B) | 72º | 0.09% | 0.23% | - |
| XYZ | 3.84 | 4.15 | 3.97 | - |
| YUV | 57.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 53 | 0.02 | 0 | 0.09 | 0.77 | 72 | 0.05 | 0.22 |
| Hex | 39 | 3A | 35 | 2 | 0 | 9 | 4D | 48 | 5 | 16 |
| Octal | 71 | 72 | 65 | 2 | 0 | 11 | 115 | 110 | 5 | 26 |
| Binary | 111001 | 111010 | 110101 | 10 | 0 | 1001 | 1001101 | 1001000 | 101 | 10110 |
Color Harmonies of #393A35
Complementary color
Monochromatic Colors of #393A35
Black with #393A35
Text Example
Text Example
White with #393A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A35; }
p { color: rgb(57,58,53); }
H1.HeaderClassName
{
color: #393A35;
}
.AnyTagClassName
{
color: #393A35;
}
</style>
background-color css
<style>
a { background-color: #393A35; }
a { background-color: rgb(57,58,53); }
div.DivClassName
{
background-color: #393A35;
}
.BgClassName
{
background-color: #393A35;
}
</style>
border-color css
<style>
span { border-color: #393A35; }
span { border-color: rgb(57,58,53); }
td.TdClassName
{
border-color: #393A35;
}
.TagClassName
{
border-color: #393A35;
}
</style>