Shades of Blackberry #500E2B
Tints of Blackberry #500E2B
RGB
CMYK
RGB Variations
Color information
#500E2B (or 0x500E2B) is known color: Blackberry. HEX triplet: 50, 0E and 2B. RGB value is (80,14,43). Sum of RGB (Red+Green+Blue) = 80+14+43=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E2B is #AFF1D4. Grayscale: #242424. Windows color (decimal): -11530709 or 2821712. OLE color: 2821712.
HSL color Cylindrical-coordinate representation of color #500E2B: hue angle of 333.64º 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 #500E2B is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 43 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.69 |
| HSL | 333.64º | 0.7% | 0.18% | - |
| HSV(B) | 333.64º | 0.83% | 0.31% | - |
| XYZ | 3.9 | 2.19 | 2.5 | - |
| YUV | 37.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 43 | 0 | 0.83 | 0.46 | 0.69 | 333.64 | 0.7 | 0.18 |
| Hex | 50 | E | 2B | 0 | 53 | 2E | 45 | 14E | 46 | 12 |
| Octal | 120 | 16 | 53 | 0 | 123 | 56 | 105 | 516 | 106 | 22 |
| Binary | 1010000 | 1110 | 101011 | 0 | 1010011 | 101110 | 1000101 | 101001110 | 1000110 | 10010 |
Color Harmonies of #500E2B
Complementary color
Monochromatic Colors of #500E2B
Black with #500E2B
Text Example
Text Example
White with #500E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E2B; }
p { color: rgb(80,14,43); }
H1.HeaderClassName
{
color: #500E2B;
}
.AnyTagClassName
{
color: #500E2B;
}
</style>
background-color css
<style>
a { background-color: #500E2B; }
a { background-color: rgb(80,14,43); }
div.DivClassName
{
background-color: #500E2B;
}
.BgClassName
{
background-color: #500E2B;
}
</style>
border-color css
<style>
span { border-color: #500E2B; }
span { border-color: rgb(80,14,43); }
td.TdClassName
{
border-color: #500E2B;
}
.TagClassName
{
border-color: #500E2B;
}
</style>