Shades of Jon #3F3839
Tints of Jon #3F3839
RGB
CMYK
RGB Variations
Color information
#3F3839 (or 0x3F3839) is known color: Jon. HEX triplet: 3F, 38 and 39. RGB value is (63,56,57). Sum of RGB (Red+Green+Blue) = 63+56+57=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3839 is #C0C7C6. Grayscale: #3A3A3A. Windows color (decimal): -12634055 or 3749951. OLE color: 3749951.
HSL color Cylindrical-coordinate representation of color #3F3839: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F3839 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 57 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.75 |
| HSL | 351.43º | 0.06% | 0.23% | - |
| HSV(B) | 351.43º | 0.11% | 0.25% | - |
| XYZ | 4.2 | 4.18 | 4.46 | - |
| YUV | 58.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 57 | 0 | 0.11 | 0.10 | 0.75 | 351.43 | 0.06 | 0.23 |
| Hex | 3F | 38 | 39 | 0 | B | A | 4B | 15F | 6 | 17 |
| Octal | 77 | 70 | 71 | 0 | 13 | 12 | 113 | 537 | 6 | 27 |
| Binary | 111111 | 111000 | 111001 | 0 | 1011 | 1010 | 1001011 | 101011111 | 110 | 10111 |
Color Harmonies of #3F3839
Complementary color
Monochromatic Colors of #3F3839
Black with #3F3839
Text Example
Text Example
White with #3F3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3839; }
p { color: rgb(63,56,57); }
H1.HeaderClassName
{
color: #3F3839;
}
.AnyTagClassName
{
color: #3F3839;
}
</style>
background-color css
<style>
a { background-color: #3F3839; }
a { background-color: rgb(63,56,57); }
div.DivClassName
{
background-color: #3F3839;
}
.BgClassName
{
background-color: #3F3839;
}
</style>
border-color css
<style>
span { border-color: #3F3839; }
span { border-color: rgb(63,56,57); }
td.TdClassName
{
border-color: #3F3839;
}
.TagClassName
{
border-color: #3F3839;
}
</style>