Shades of Blackberry #500A28
Tints of Blackberry #500A28
RGB
CMYK
RGB Variations
Color information
#500A28 (or 0x500A28) is known color: Blackberry. HEX triplet: 50, 0A and 28. RGB value is (80,10,40). Sum of RGB (Red+Green+Blue) = 80+10+40=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #500A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A28 is #AFF5D7. Grayscale: #222222. Windows color (decimal): -11531736 or 2624080. OLE color: 2624080.
HSL color Cylindrical-coordinate representation of color #500A28: hue angle of 334.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A28 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 40 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.69 |
| HSL | 334.29º | 0.78% | 0.18% | - |
| HSV(B) | 334.29º | 0.88% | 0.31% | - |
| XYZ | 3.8 | 2.08 | 2.21 | - |
| YUV | 34.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 40 | 0 | 0.87 | 0.5 | 0.69 | 334.29 | 0.78 | 0.18 |
| Hex | 50 | A | 28 | 0 | 57 | 32 | 45 | 14E | 4E | 12 |
| Octal | 120 | 12 | 50 | 0 | 127 | 62 | 105 | 516 | 116 | 22 |
| Binary | 1010000 | 1010 | 101000 | 0 | 1010111 | 110010 | 1000101 | 101001110 | 1001110 | 10010 |
Color Harmonies of #500A28
Complementary color
Monochromatic Colors of #500A28
Black with #500A28
Text Example
Text Example
White with #500A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A28; }
p { color: rgb(80,10,40); }
H1.HeaderClassName
{
color: #500A28;
}
.AnyTagClassName
{
color: #500A28;
}
</style>
background-color css
<style>
a { background-color: #500A28; }
a { background-color: rgb(80,10,40); }
div.DivClassName
{
background-color: #500A28;
}
.BgClassName
{
background-color: #500A28;
}
</style>
border-color css
<style>
span { border-color: #500A28; }
span { border-color: rgb(80,10,40); }
td.TdClassName
{
border-color: #500A28;
}
.TagClassName
{
border-color: #500A28;
}
</style>