Shades of Blackberry #500028
Tints of Blackberry #500028
RGB
CMYK
RGB Variations
Color information
#500028 (or 0x500028) is known color: Blackberry. HEX triplet: 50, 00 and 28. RGB value is (80,0,40). Sum of RGB (Red+Green+Blue) = 80+0+40=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500028 is #AFFFD7. Grayscale: #1C1C1C. Windows color (decimal): -11534296 or 2621520. OLE color: 2621520.
HSL color Cylindrical-coordinate representation of color #500028: hue angle of 330º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500028 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.5 | 0.69 |
| HSL | 330º | 1% | 0.16% | - |
| HSV(B) | 330º | 1% | 0.31% | - |
| XYZ | 3.69 | 1.86 | 2.17 | - |
| YUV | 28.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 40 | 0 | 1 | 0.5 | 0.69 | 330 | 1 | 0.16 |
| Hex | 50 | 0 | 28 | 0 | 64 | 32 | 45 | 14A | 64 | 10 |
| Octal | 120 | 0 | 50 | 0 | 144 | 62 | 105 | 512 | 144 | 20 |
| Binary | 1010000 | 0 | 101000 | 0 | 1100100 | 110010 | 1000101 | 101001010 | 1100100 | 10000 |
Color Harmonies of #500028
Complementary color
Monochromatic Colors of #500028
Black with #500028
Text Example
Text Example
White with #500028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500028; }
p { color: rgb(80,0,40); }
H1.HeaderClassName
{
color: #500028;
}
.AnyTagClassName
{
color: #500028;
}
</style>
background-color css
<style>
a { background-color: #500028; }
a { background-color: rgb(80,0,40); }
div.DivClassName
{
background-color: #500028;
}
.BgClassName
{
background-color: #500028;
}
</style>
border-color css
<style>
span { border-color: #500028; }
span { border-color: rgb(80,0,40); }
td.TdClassName
{
border-color: #500028;
}
.TagClassName
{
border-color: #500028;
}
</style>