Shades of Jon #3F393A
Tints of Jon #3F393A
RGB
CMYK
RGB Variations
Color information
#3F393A (or 0x3F393A) is known color: Jon. HEX triplet: 3F, 39 and 3A. RGB value is (63,57,58). Sum of RGB (Red+Green+Blue) = 63+57+58=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 63 - color contains mainly: red. Hex color #3F393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F393A is #C0C6C5. Grayscale: #3A3A3A. Windows color (decimal): -12633798 or 3815743. OLE color: 3815743.
HSL color Cylindrical-coordinate representation of color #3F393A: hue angle of 350º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F393A is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 58 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.75 |
| HSL | 350º | 0.05% | 0.24% | - |
| HSV(B) | 350º | 0.1% | 0.25% | - |
| XYZ | 4.28 | 4.29 | 4.61 | - |
| YUV | 58.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 58 | 0 | 0.10 | 0.08 | 0.75 | 350 | 0.05 | 0.24 |
| Hex | 3F | 39 | 3A | 0 | A | 8 | 4B | 15E | 5 | 18 |
| Octal | 77 | 71 | 72 | 0 | 12 | 10 | 113 | 536 | 5 | 30 |
| Binary | 111111 | 111001 | 111010 | 0 | 1010 | 1000 | 1001011 | 101011110 | 101 | 11000 |
Color Harmonies of #3F393A
Complementary color
Monochromatic Colors of #3F393A
Black with #3F393A
Text Example
Text Example
White with #3F393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F393A; }
p { color: rgb(63,57,58); }
H1.HeaderClassName
{
color: #3F393A;
}
.AnyTagClassName
{
color: #3F393A;
}
</style>
background-color css
<style>
a { background-color: #3F393A; }
a { background-color: rgb(63,57,58); }
div.DivClassName
{
background-color: #3F393A;
}
.BgClassName
{
background-color: #3F393A;
}
</style>
border-color css
<style>
span { border-color: #3F393A; }
span { border-color: rgb(63,57,58); }
td.TdClassName
{
border-color: #3F393A;
}
.TagClassName
{
border-color: #3F393A;
}
</style>