Shades of Jon #3D3839
Tints of Jon #3D3839
RGB
CMYK
RGB Variations
Color information
#3D3839 (or 0x3D3839) is known color: Jon. HEX triplet: 3D, 38 and 39. RGB value is (61,56,57). Sum of RGB (Red+Green+Blue) = 61+56+57=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3839 is #C2C7C6. Grayscale: #393939. Windows color (decimal): -12765127 or 3749949. OLE color: 3749949.
HSL color Cylindrical-coordinate representation of color #3D3839: hue angle of 348º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3D3839 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 57 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.76 |
| HSL | 348º | 0.04% | 0.23% | - |
| HSV(B) | 348º | 0.08% | 0.24% | - |
| XYZ | 4.08 | 4.12 | 4.45 | - |
| YUV | 57.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 57 | 0 | 0.08 | 0.07 | 0.76 | 348 | 0.04 | 0.23 |
| Hex | 3D | 38 | 39 | 0 | 8 | 7 | 4C | 15C | 4 | 17 |
| Octal | 75 | 70 | 71 | 0 | 10 | 7 | 114 | 534 | 4 | 27 |
| Binary | 111101 | 111000 | 111001 | 0 | 1000 | 111 | 1001100 | 101011100 | 100 | 10111 |
Color Harmonies of #3D3839
Complementary color
Monochromatic Colors of #3D3839
Black with #3D3839
Text Example
Text Example
White with #3D3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3839; }
p { color: rgb(61,56,57); }
H1.HeaderClassName
{
color: #3D3839;
}
.AnyTagClassName
{
color: #3D3839;
}
</style>
background-color css
<style>
a { background-color: #3D3839; }
a { background-color: rgb(61,56,57); }
div.DivClassName
{
background-color: #3D3839;
}
.BgClassName
{
background-color: #3D3839;
}
</style>
border-color css
<style>
span { border-color: #3D3839; }
span { border-color: rgb(61,56,57); }
td.TdClassName
{
border-color: #3D3839;
}
.TagClassName
{
border-color: #3D3839;
}
</style>