Shades of Blackberry #500E28
Tints of Blackberry #500E28
RGB
CMYK
RGB Variations
Color information
#500E28 (or 0x500E28) is known color: Blackberry. HEX triplet: 50, 0E and 28. RGB value is (80,14,40). Sum of RGB (Red+Green+Blue) = 80+14+40=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #500E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E28 is #AFF1D7. Grayscale: #242424. Windows color (decimal): -11530712 or 2625104. OLE color: 2625104.
HSL color Cylindrical-coordinate representation of color #500E28: hue angle of 336.36º 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 #500E28 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 40 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.69 |
| HSL | 336.36º | 0.7% | 0.18% | - |
| HSV(B) | 336.36º | 0.83% | 0.31% | - |
| XYZ | 3.85 | 2.17 | 2.22 | - |
| YUV | 36.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 40 | 0 | 0.83 | 0.5 | 0.69 | 336.36 | 0.7 | 0.18 |
| Hex | 50 | E | 28 | 0 | 53 | 32 | 45 | 150 | 46 | 12 |
| Octal | 120 | 16 | 50 | 0 | 123 | 62 | 105 | 520 | 106 | 22 |
| Binary | 1010000 | 1110 | 101000 | 0 | 1010011 | 110010 | 1000101 | 101010000 | 1000110 | 10010 |
Color Harmonies of #500E28
Complementary color
Monochromatic Colors of #500E28
Black with #500E28
Text Example
Text Example
White with #500E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E28; }
p { color: rgb(80,14,40); }
H1.HeaderClassName
{
color: #500E28;
}
.AnyTagClassName
{
color: #500E28;
}
</style>
background-color css
<style>
a { background-color: #500E28; }
a { background-color: rgb(80,14,40); }
div.DivClassName
{
background-color: #500E28;
}
.BgClassName
{
background-color: #500E28;
}
</style>
border-color css
<style>
span { border-color: #500E28; }
span { border-color: rgb(80,14,40); }
td.TdClassName
{
border-color: #500E28;
}
.TagClassName
{
border-color: #500E28;
}
</style>