Shades of Jon #48383C
Tints of Jon #48383C
RGB
CMYK
RGB Variations
Color information
#48383C (or 0x48383C) is known color: Jon. HEX triplet: 48, 38 and 3C. RGB value is (72,56,60). Sum of RGB (Red+Green+Blue) = 72+56+60=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #48383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48383C is #B7C7C3. Grayscale: #3D3D3D. Windows color (decimal): -12044228 or 3946568. OLE color: 3946568.
HSL color Cylindrical-coordinate representation of color #48383C: hue angle of 345º 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 #48383C is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 56 | 60 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.72 |
| HSL | 345º | 0.13% | 0.25% | - |
| HSV(B) | 345º | 0.22% | 0.28% | - |
| XYZ | 4.9 | 4.53 | 4.89 | - |
| YUV | 61.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 60 | 0 | 0.22 | 0.17 | 0.72 | 345 | 0.13 | 0.25 |
| Hex | 48 | 38 | 3C | 0 | 16 | 11 | 48 | 159 | C | 19 |
| Octal | 110 | 70 | 74 | 0 | 26 | 21 | 110 | 531 | 14 | 31 |
| Binary | 1001000 | 111000 | 111100 | 0 | 10110 | 10001 | 1001000 | 101011001 | 1100 | 11001 |
Color Harmonies of #48383C
Complementary color
Monochromatic Colors of #48383C
Black with #48383C
Text Example
Text Example
White with #48383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48383C; }
p { color: rgb(72,56,60); }
H1.HeaderClassName
{
color: #48383C;
}
.AnyTagClassName
{
color: #48383C;
}
</style>
background-color css
<style>
a { background-color: #48383C; }
a { background-color: rgb(72,56,60); }
div.DivClassName
{
background-color: #48383C;
}
.BgClassName
{
background-color: #48383C;
}
</style>
border-color css
<style>
span { border-color: #48383C; }
span { border-color: rgb(72,56,60); }
td.TdClassName
{
border-color: #48383C;
}
.TagClassName
{
border-color: #48383C;
}
</style>