Shades of Jon #503B3F
Tints of Jon #503B3F
RGB
CMYK
RGB Variations
Color information
#503B3F (or 0x503B3F) is known color: Jon. HEX triplet: 50, 3B and 3F. RGB value is (80,59,63). Sum of RGB (Red+Green+Blue) = 80+59+63=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #503B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B3F is #AFC4C0. Grayscale: #414141. Windows color (decimal): -11519169 or 4143952. OLE color: 4143952.
HSL color Cylindrical-coordinate representation of color #503B3F: hue angle of 348.57º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #503B3F is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 63 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.69 |
| HSL | 348.57º | 0.15% | 0.27% | - |
| HSV(B) | 348.57º | 0.26% | 0.31% | - |
| XYZ | 5.77 | 5.19 | 5.4 | - |
| YUV | 65.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 63 | 0 | 0.26 | 0.21 | 0.69 | 348.57 | 0.15 | 0.27 |
| Hex | 50 | 3B | 3F | 0 | 1A | 15 | 45 | 15D | F | 1B |
| Octal | 120 | 73 | 77 | 0 | 32 | 25 | 105 | 535 | 17 | 33 |
| Binary | 1010000 | 111011 | 111111 | 0 | 11010 | 10101 | 1000101 | 101011101 | 1111 | 11011 |
Color Harmonies of #503B3F
Complementary color
Monochromatic Colors of #503B3F
Black with #503B3F
Text Example
Text Example
White with #503B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B3F; }
p { color: rgb(80,59,63); }
H1.HeaderClassName
{
color: #503B3F;
}
.AnyTagClassName
{
color: #503B3F;
}
</style>
background-color css
<style>
a { background-color: #503B3F; }
a { background-color: rgb(80,59,63); }
div.DivClassName
{
background-color: #503B3F;
}
.BgClassName
{
background-color: #503B3F;
}
</style>
border-color css
<style>
span { border-color: #503B3F; }
span { border-color: rgb(80,59,63); }
td.TdClassName
{
border-color: #503B3F;
}
.TagClassName
{
border-color: #503B3F;
}
</style>