Shades of Jon #48393A
Tints of Jon #48393A
RGB
CMYK
RGB Variations
Color information
#48393A (or 0x48393A) is known color: Jon. HEX triplet: 48, 39 and 3A. RGB value is (72,57,58). Sum of RGB (Red+Green+Blue) = 72+57+58=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48393A is #B7C6C5. Grayscale: #3D3D3D. Windows color (decimal): -12043974 or 3815752. OLE color: 3815752.
HSL color Cylindrical-coordinate representation of color #48393A: hue angle of 356º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #48393A is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 57 | 58 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.72 |
| HSL | 356º | 0.12% | 0.25% | - |
| HSV(B) | 356º | 0.21% | 0.28% | - |
| XYZ | 4.9 | 4.61 | 4.63 | - |
| YUV | 61.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 58 | 0 | 0.21 | 0.19 | 0.72 | 356 | 0.12 | 0.25 |
| Hex | 48 | 39 | 3A | 0 | 15 | 13 | 48 | 164 | C | 19 |
| Octal | 110 | 71 | 72 | 0 | 25 | 23 | 110 | 544 | 14 | 31 |
| Binary | 1001000 | 111001 | 111010 | 0 | 10101 | 10011 | 1001000 | 101100100 | 1100 | 11001 |
Color Harmonies of #48393A
Complementary color
Monochromatic Colors of #48393A
Black with #48393A
Text Example
Text Example
White with #48393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48393A; }
p { color: rgb(72,57,58); }
H1.HeaderClassName
{
color: #48393A;
}
.AnyTagClassName
{
color: #48393A;
}
</style>
background-color css
<style>
a { background-color: #48393A; }
a { background-color: rgb(72,57,58); }
div.DivClassName
{
background-color: #48393A;
}
.BgClassName
{
background-color: #48393A;
}
</style>
border-color css
<style>
span { border-color: #48393A; }
span { border-color: rgb(72,57,58); }
td.TdClassName
{
border-color: #48393A;
}
.TagClassName
{
border-color: #48393A;
}
</style>