Shades of Jon #403B3C
Tints of Jon #403B3C
RGB
CMYK
RGB Variations
Color information
#403B3C (or 0x403B3C) is known color: Jon. HEX triplet: 40, 3B and 3C. RGB value is (64,59,60). Sum of RGB (Red+Green+Blue) = 64+59+60=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 64 - color contains mainly: red. Hex color #403B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B3C is #BFC4C3. Grayscale: #3C3C3C. Windows color (decimal): -12567748 or 3947328. OLE color: 3947328.
HSL color Cylindrical-coordinate representation of color #403B3C: hue angle of 348º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #403B3C is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 60 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.75 |
| HSL | 348º | 0.04% | 0.24% | - |
| HSV(B) | 348º | 0.08% | 0.25% | - |
| XYZ | 4.49 | 4.54 | 4.92 | - |
| YUV | 60.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 60 | 0 | 0.08 | 0.06 | 0.75 | 348 | 0.04 | 0.24 |
| Hex | 40 | 3B | 3C | 0 | 8 | 6 | 4B | 15C | 4 | 18 |
| Octal | 100 | 73 | 74 | 0 | 10 | 6 | 113 | 534 | 4 | 30 |
| Binary | 1000000 | 111011 | 111100 | 0 | 1000 | 110 | 1001011 | 101011100 | 100 | 11000 |
Color Harmonies of #403B3C
Complementary color
Monochromatic Colors of #403B3C
Black with #403B3C
Text Example
Text Example
White with #403B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B3C; }
p { color: rgb(64,59,60); }
H1.HeaderClassName
{
color: #403B3C;
}
.AnyTagClassName
{
color: #403B3C;
}
</style>
background-color css
<style>
a { background-color: #403B3C; }
a { background-color: rgb(64,59,60); }
div.DivClassName
{
background-color: #403B3C;
}
.BgClassName
{
background-color: #403B3C;
}
</style>
border-color css
<style>
span { border-color: #403B3C; }
span { border-color: rgb(64,59,60); }
td.TdClassName
{
border-color: #403B3C;
}
.TagClassName
{
border-color: #403B3C;
}
</style>