Shades of Blackberry #501028
Tints of Blackberry #501028
RGB
CMYK
RGB Variations
Color information
#501028 (or 0x501028) is known color: Blackberry. HEX triplet: 50, 10 and 28. RGB value is (80,16,40). Sum of RGB (Red+Green+Blue) = 80+16+40=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501028 is #AFEFD7. Grayscale: #252525. Windows color (decimal): -11530200 or 2625616. OLE color: 2625616.
HSL color Cylindrical-coordinate representation of color #501028: hue angle of 337.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501028 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 40 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.69 |
| HSL | 337.5º | 0.67% | 0.19% | - |
| HSV(B) | 337.5º | 0.8% | 0.31% | - |
| XYZ | 3.88 | 2.23 | 2.23 | - |
| YUV | 37.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 40 | 0 | 0.80 | 0.5 | 0.69 | 337.5 | 0.67 | 0.19 |
| Hex | 50 | 10 | 28 | 0 | 50 | 32 | 45 | 152 | 43 | 13 |
| Octal | 120 | 20 | 50 | 0 | 120 | 62 | 105 | 522 | 103 | 23 |
| Binary | 1010000 | 10000 | 101000 | 0 | 1010000 | 110010 | 1000101 | 101010010 | 1000011 | 10011 |
Color Harmonies of #501028
Complementary color
Monochromatic Colors of #501028
Black with #501028
Text Example
Text Example
White with #501028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501028; }
p { color: rgb(80,16,40); }
H1.HeaderClassName
{
color: #501028;
}
.AnyTagClassName
{
color: #501028;
}
</style>
background-color css
<style>
a { background-color: #501028; }
a { background-color: rgb(80,16,40); }
div.DivClassName
{
background-color: #501028;
}
.BgClassName
{
background-color: #501028;
}
</style>
border-color css
<style>
span { border-color: #501028; }
span { border-color: rgb(80,16,40); }
td.TdClassName
{
border-color: #501028;
}
.TagClassName
{
border-color: #501028;
}
</style>