Shades of Jon #483B3F
Tints of Jon #483B3F
RGB
CMYK
RGB Variations
Color information
#483B3F (or 0x483B3F) is known color: Jon. HEX triplet: 48, 3B and 3F. RGB value is (72,59,63). Sum of RGB (Red+Green+Blue) = 72+59+63=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B3F is #B7C4C0. Grayscale: #3F3F3F. Windows color (decimal): -12043457 or 4143944. OLE color: 4143944.
HSL color Cylindrical-coordinate representation of color #483B3F: hue angle of 341.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483B3F is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 63 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.72 |
| HSL | 341.54º | 0.1% | 0.26% | - |
| HSV(B) | 341.54º | 0.18% | 0.28% | - |
| XYZ | 5.13 | 4.86 | 5.37 | - |
| YUV | 63.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 63 | 0 | 0.18 | 0.12 | 0.72 | 341.54 | 0.1 | 0.26 |
| Hex | 48 | 3B | 3F | 0 | 12 | C | 48 | 156 | A | 1A |
| Octal | 110 | 73 | 77 | 0 | 22 | 14 | 110 | 526 | 12 | 32 |
| Binary | 1001000 | 111011 | 111111 | 0 | 10010 | 1100 | 1001000 | 101010110 | 1010 | 11010 |
Color Harmonies of #483B3F
Complementary color
Monochromatic Colors of #483B3F
Black with #483B3F
Text Example
Text Example
White with #483B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B3F; }
p { color: rgb(72,59,63); }
H1.HeaderClassName
{
color: #483B3F;
}
.AnyTagClassName
{
color: #483B3F;
}
</style>
background-color css
<style>
a { background-color: #483B3F; }
a { background-color: rgb(72,59,63); }
div.DivClassName
{
background-color: #483B3F;
}
.BgClassName
{
background-color: #483B3F;
}
</style>
border-color css
<style>
span { border-color: #483B3F; }
span { border-color: rgb(72,59,63); }
td.TdClassName
{
border-color: #483B3F;
}
.TagClassName
{
border-color: #483B3F;
}
</style>