Shades of Jon #413E3F
Tints of Jon #413E3F
RGB
CMYK
RGB Variations
Color information
#413E3F (or 0x413E3F) is known color: Jon. HEX triplet: 41, 3E and 3F. RGB value is (65,62,63). Sum of RGB (Red+Green+Blue) = 65+62+63=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 65 - color contains mainly: red. Hex color #413E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E3F is #BEC1C0. Grayscale: #3F3F3F. Windows color (decimal): -12501441 or 4144705. OLE color: 4144705.
HSL color Cylindrical-coordinate representation of color #413E3F: hue angle of 340º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #413E3F is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 63 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.75 |
| HSL | 340º | 0.02% | 0.25% | - |
| HSV(B) | 340º | 0.05% | 0.25% | - |
| XYZ | 4.8 | 4.93 | 5.4 | - |
| YUV | 63.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 63 | 0 | 0.05 | 0.03 | 0.75 | 340 | 0.02 | 0.25 |
| Hex | 41 | 3E | 3F | 0 | 5 | 3 | 4B | 154 | 2 | 19 |
| Octal | 101 | 76 | 77 | 0 | 5 | 3 | 113 | 524 | 2 | 31 |
| Binary | 1000001 | 111110 | 111111 | 0 | 101 | 11 | 1001011 | 101010100 | 10 | 11001 |
Color Harmonies of #413E3F
Complementary color
Monochromatic Colors of #413E3F
Black with #413E3F
Text Example
Text Example
White with #413E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E3F; }
p { color: rgb(65,62,63); }
H1.HeaderClassName
{
color: #413E3F;
}
.AnyTagClassName
{
color: #413E3F;
}
</style>
background-color css
<style>
a { background-color: #413E3F; }
a { background-color: rgb(65,62,63); }
div.DivClassName
{
background-color: #413E3F;
}
.BgClassName
{
background-color: #413E3F;
}
</style>
border-color css
<style>
span { border-color: #413E3F; }
span { border-color: rgb(65,62,63); }
td.TdClassName
{
border-color: #413E3F;
}
.TagClassName
{
border-color: #413E3F;
}
</style>