Shades of Jon #413C3D
Tints of Jon #413C3D
RGB
CMYK
RGB Variations
Color information
#413C3D (or 0x413C3D) is known color: Jon. HEX triplet: 41, 3C and 3D. RGB value is (65,60,61). Sum of RGB (Red+Green+Blue) = 65+60+61=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 65 - color contains mainly: red. Hex color #413C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C3D is #BEC3C2. Grayscale: #3D3D3D. Windows color (decimal): -12501955 or 4013121. OLE color: 4013121.
HSL color Cylindrical-coordinate representation of color #413C3D: hue angle of 348º 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 #413C3D is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 61 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.75 |
| HSL | 348º | 0.04% | 0.25% | - |
| HSV(B) | 348º | 0.08% | 0.25% | - |
| XYZ | 4.64 | 4.69 | 5.08 | - |
| YUV | 61.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 61 | 0 | 0.08 | 0.06 | 0.75 | 348 | 0.04 | 0.25 |
| Hex | 41 | 3C | 3D | 0 | 8 | 6 | 4B | 15C | 4 | 19 |
| Octal | 101 | 74 | 75 | 0 | 10 | 6 | 113 | 534 | 4 | 31 |
| Binary | 1000001 | 111100 | 111101 | 0 | 1000 | 110 | 1001011 | 101011100 | 100 | 11001 |
Color Harmonies of #413C3D
Complementary color
Monochromatic Colors of #413C3D
Black with #413C3D
Text Example
Text Example
White with #413C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C3D; }
p { color: rgb(65,60,61); }
H1.HeaderClassName
{
color: #413C3D;
}
.AnyTagClassName
{
color: #413C3D;
}
</style>
background-color css
<style>
a { background-color: #413C3D; }
a { background-color: rgb(65,60,61); }
div.DivClassName
{
background-color: #413C3D;
}
.BgClassName
{
background-color: #413C3D;
}
</style>
border-color css
<style>
span { border-color: #413C3D; }
span { border-color: rgb(65,60,61); }
td.TdClassName
{
border-color: #413C3D;
}
.TagClassName
{
border-color: #413C3D;
}
</style>