Shades of Blackberry #500E3B
Tints of Blackberry #500E3B
RGB
CMYK
RGB Variations
Color information
#500E3B (or 0x500E3B) is known color: Blackberry. HEX triplet: 50, 0E and 3B. RGB value is (80,14,59). Sum of RGB (Red+Green+Blue) = 80+14+59=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500E3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E3B is #AFF1C4. Grayscale: #262626. Windows color (decimal): -11530693 or 3870288. OLE color: 3870288.
HSL color Cylindrical-coordinate representation of color #500E3B: hue angle of 319.09º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E3B is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 59 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.69 |
| HSL | 319.09º | 0.7% | 0.18% | - |
| HSV(B) | 319.09º | 0.83% | 0.31% | - |
| XYZ | 4.25 | 2.34 | 4.36 | - |
| YUV | 38.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 59 | 0 | 0.83 | 0.26 | 0.69 | 319.09 | 0.7 | 0.18 |
| Hex | 50 | E | 3B | 0 | 53 | 1A | 45 | 13F | 46 | 12 |
| Octal | 120 | 16 | 73 | 0 | 123 | 32 | 105 | 477 | 106 | 22 |
| Binary | 1010000 | 1110 | 111011 | 0 | 1010011 | 11010 | 1000101 | 100111111 | 1000110 | 10010 |
Color Harmonies of #500E3B
Complementary color
Monochromatic Colors of #500E3B
Black with #500E3B
Text Example
Text Example
White with #500E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E3B; }
p { color: rgb(80,14,59); }
H1.HeaderClassName
{
color: #500E3B;
}
.AnyTagClassName
{
color: #500E3B;
}
</style>
background-color css
<style>
a { background-color: #500E3B; }
a { background-color: rgb(80,14,59); }
div.DivClassName
{
background-color: #500E3B;
}
.BgClassName
{
background-color: #500E3B;
}
</style>
border-color css
<style>
span { border-color: #500E3B; }
span { border-color: rgb(80,14,59); }
td.TdClassName
{
border-color: #500E3B;
}
.TagClassName
{
border-color: #500E3B;
}
</style>