Shades of Jon #48383D
Tints of Jon #48383D
RGB
CMYK
RGB Variations
Color information
#48383D (or 0x48383D) is known color: Jon. HEX triplet: 48, 38 and 3D. RGB value is (72,56,61). Sum of RGB (Red+Green+Blue) = 72+56+61=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #48383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48383D is #B7C7C2. Grayscale: #3D3D3D. Windows color (decimal): -12044227 or 4012104. OLE color: 4012104.
HSL color Cylindrical-coordinate representation of color #48383D: hue angle of 341.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #48383D is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 56 | 61 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.72 |
| HSL | 341.25º | 0.13% | 0.25% | - |
| HSV(B) | 341.25º | 0.22% | 0.28% | - |
| XYZ | 4.93 | 4.54 | 5.03 | - |
| YUV | 61.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 61 | 0 | 0.22 | 0.15 | 0.72 | 341.25 | 0.13 | 0.25 |
| Hex | 48 | 38 | 3D | 0 | 16 | F | 48 | 155 | C | 19 |
| Octal | 110 | 70 | 75 | 0 | 26 | 17 | 110 | 525 | 14 | 31 |
| Binary | 1001000 | 111000 | 111101 | 0 | 10110 | 1111 | 1001000 | 101010101 | 1100 | 11001 |
Color Harmonies of #48383D
Complementary color
Monochromatic Colors of #48383D
Black with #48383D
Text Example
Text Example
White with #48383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48383D; }
p { color: rgb(72,56,61); }
H1.HeaderClassName
{
color: #48383D;
}
.AnyTagClassName
{
color: #48383D;
}
</style>
background-color css
<style>
a { background-color: #48383D; }
a { background-color: rgb(72,56,61); }
div.DivClassName
{
background-color: #48383D;
}
.BgClassName
{
background-color: #48383D;
}
</style>
border-color css
<style>
span { border-color: #48383D; }
span { border-color: rgb(72,56,61); }
td.TdClassName
{
border-color: #48383D;
}
.TagClassName
{
border-color: #48383D;
}
</style>