Shades of Zeus #383936
Tints of Zeus #383936
RGB
CMYK
RGB Variations
Color information
#383936 (or 0x383936) is known color: Zeus. HEX triplet: 38, 39 and 36. RGB value is (56,57,54). Sum of RGB (Red+Green+Blue) = 56+57+54=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 57 - color contains mainly: green. Hex color #383936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383936 is #C7C6C9. Grayscale: #383838. Windows color (decimal): -13092554 or 3553592. OLE color: 3553592.
HSL color Cylindrical-coordinate representation of color #383936: hue angle of 80º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #383936 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 54 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.78 |
| HSL | 80º | 0.03% | 0.22% | - |
| HSV(B) | 80º | 0.05% | 0.22% | - |
| XYZ | 3.76 | 4.03 | 4.07 | - |
| YUV | 56.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 54 | 0.02 | 0 | 0.05 | 0.78 | 80 | 0.03 | 0.22 |
| Hex | 38 | 39 | 36 | 2 | 0 | 5 | 4E | 50 | 3 | 16 |
| Octal | 70 | 71 | 66 | 2 | 0 | 5 | 116 | 120 | 3 | 26 |
| Binary | 111000 | 111001 | 110110 | 10 | 0 | 101 | 1001110 | 1010000 | 11 | 10110 |
Color Harmonies of #383936
Complementary color
Monochromatic Colors of #383936
Black with #383936
Text Example
Text Example
White with #383936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383936; }
p { color: rgb(56,57,54); }
H1.HeaderClassName
{
color: #383936;
}
.AnyTagClassName
{
color: #383936;
}
</style>
background-color css
<style>
a { background-color: #383936; }
a { background-color: rgb(56,57,54); }
div.DivClassName
{
background-color: #383936;
}
.BgClassName
{
background-color: #383936;
}
</style>
border-color css
<style>
span { border-color: #383936; }
span { border-color: rgb(56,57,54); }
td.TdClassName
{
border-color: #383936;
}
.TagClassName
{
border-color: #383936;
}
</style>