Shades of Jon #50383A
Tints of Jon #50383A
RGB
CMYK
RGB Variations
Color information
#50383A (or 0x50383A) is known color: Jon. HEX triplet: 50, 38 and 3A. RGB value is (80,56,58). Sum of RGB (Red+Green+Blue) = 80+56+58=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50383A is #AFC7C5. Grayscale: #3F3F3F. Windows color (decimal): -11519942 or 3815504. OLE color: 3815504.
HSL color Cylindrical-coordinate representation of color #50383A: hue angle of 355º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50383A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 58 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.69 |
| HSL | 355º | 0.18% | 0.27% | - |
| HSV(B) | 355º | 0.3% | 0.31% | - |
| XYZ | 5.49 | 4.84 | 4.65 | - |
| YUV | 63.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 58 | 0 | 0.30 | 0.28 | 0.69 | 355 | 0.18 | 0.27 |
| Hex | 50 | 38 | 3A | 0 | 1E | 1C | 45 | 163 | 12 | 1B |
| Octal | 120 | 70 | 72 | 0 | 36 | 34 | 105 | 543 | 22 | 33 |
| Binary | 1010000 | 111000 | 111010 | 0 | 11110 | 11100 | 1000101 | 101100011 | 10010 | 11011 |
Color Harmonies of #50383A
Complementary color
Monochromatic Colors of #50383A
Black with #50383A
Text Example
Text Example
White with #50383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50383A; }
p { color: rgb(80,56,58); }
H1.HeaderClassName
{
color: #50383A;
}
.AnyTagClassName
{
color: #50383A;
}
</style>
background-color css
<style>
a { background-color: #50383A; }
a { background-color: rgb(80,56,58); }
div.DivClassName
{
background-color: #50383A;
}
.BgClassName
{
background-color: #50383A;
}
</style>
border-color css
<style>
span { border-color: #50383A; }
span { border-color: rgb(80,56,58); }
td.TdClassName
{
border-color: #50383A;
}
.TagClassName
{
border-color: #50383A;
}
</style>