Shades of Zeus #3F413C
Tints of Zeus #3F413C
RGB
CMYK
RGB Variations
Color information
#3F413C (or 0x3F413C) is known color: Zeus. HEX triplet: 3F, 41 and 3C. RGB value is (63,65,60). Sum of RGB (Red+Green+Blue) = 63+65+60=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 65 - color contains mainly: green. Hex color #3F413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F413C is #C0BEC3. Grayscale: #3F3F3F. Windows color (decimal): -12631748 or 3948863. OLE color: 3948863.
HSL color Cylindrical-coordinate representation of color #3F413C: hue angle of 84º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3F413C is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 65 | 60 | - |
CMYK | 0.03 | 0 | 0.08 | 0.75 |
HSL | 84º | 0.04% | 0.25% | - |
HSV(B) | 84º | 0.08% | 0.25% | - |
XYZ | 4.76 | 5.16 | 5.02 | - |
YUV | 63.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 65 | 60 | 0.03 | 0 | 0.08 | 0.75 | 84 | 0.04 | 0.25 |
Hex | 3F | 41 | 3C | 3 | 0 | 8 | 4B | 54 | 4 | 19 |
Octal | 77 | 101 | 74 | 3 | 0 | 10 | 113 | 124 | 4 | 31 |
Binary | 111111 | 1000001 | 111100 | 11 | 0 | 1000 | 1001011 | 1010100 | 100 | 11001 |
Color Harmonies of #3F413C
Complementary color
Monochromatic Colors of #3F413C
Black with #3F413C
Text Example
Text Example
White with #3F413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F413C; }
p { color: rgb(63,65,60); }
H1.HeaderClassName
{
color: #3F413C;
}
.AnyTagClassName
{
color: #3F413C;
}
</style>
background-color css
<style>
a { background-color: #3F413C; }
a { background-color: rgb(63,65,60); }
div.DivClassName
{
background-color: #3F413C;
}
.BgClassName
{
background-color: #3F413C;
}
</style>
border-color css
<style>
span { border-color: #3F413C; }
span { border-color: rgb(63,65,60); }
td.TdClassName
{
border-color: #3F413C;
}
.TagClassName
{
border-color: #3F413C;
}
</style>