Shades of Jon #3F3A3B
Tints of Jon #3F3A3B
RGB
CMYK
RGB Variations
Color information
#3F3A3B (or 0x3F3A3B) is known color: Jon. HEX triplet: 3F, 3A and 3B. RGB value is (63,58,59). Sum of RGB (Red+Green+Blue) = 63+58+59=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A3B is #C0C5C4. Grayscale: #3B3B3B. Windows color (decimal): -12633541 or 3881535. OLE color: 3881535.
HSL color Cylindrical-coordinate representation of color #3F3A3B: 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 #3F3A3B is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 58 | 59 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.75 |
| HSL | 348º | 0.04% | 0.24% | - |
| HSV(B) | 348º | 0.08% | 0.25% | - |
| XYZ | 4.35 | 4.4 | 4.76 | - |
| YUV | 59.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 59 | 0 | 0.08 | 0.06 | 0.75 | 348 | 0.04 | 0.24 |
| Hex | 3F | 3A | 3B | 0 | 8 | 6 | 4B | 15C | 4 | 18 |
| Octal | 77 | 72 | 73 | 0 | 10 | 6 | 113 | 534 | 4 | 30 |
| Binary | 111111 | 111010 | 111011 | 0 | 1000 | 110 | 1001011 | 101011100 | 100 | 11000 |
Color Harmonies of #3F3A3B
Complementary color
Monochromatic Colors of #3F3A3B
Black with #3F3A3B
Text Example
Text Example
White with #3F3A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A3B; }
p { color: rgb(63,58,59); }
H1.HeaderClassName
{
color: #3F3A3B;
}
.AnyTagClassName
{
color: #3F3A3B;
}
</style>
background-color css
<style>
a { background-color: #3F3A3B; }
a { background-color: rgb(63,58,59); }
div.DivClassName
{
background-color: #3F3A3B;
}
.BgClassName
{
background-color: #3F3A3B;
}
</style>
border-color css
<style>
span { border-color: #3F3A3B; }
span { border-color: rgb(63,58,59); }
td.TdClassName
{
border-color: #3F3A3B;
}
.TagClassName
{
border-color: #3F3A3B;
}
</style>