Shades of Blackberry #500A2B
Tints of Blackberry #500A2B
RGB
CMYK
RGB Variations
Color information
#500A2B (or 0x500A2B) is known color: Blackberry. HEX triplet: 50, 0A and 2B. RGB value is (80,10,43). Sum of RGB (Red+Green+Blue) = 80+10+43=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #500A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A2B is #AFF5D4. Grayscale: #222222. Windows color (decimal): -11531733 or 2820688. OLE color: 2820688.
HSL color Cylindrical-coordinate representation of color #500A2B: hue angle of 331.71º 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 #500A2B is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 43 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.69 |
| HSL | 331.71º | 0.78% | 0.18% | - |
| HSV(B) | 331.71º | 0.88% | 0.31% | - |
| XYZ | 3.85 | 2.1 | 2.49 | - |
| YUV | 34.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 43 | 0 | 0.87 | 0.46 | 0.69 | 331.71 | 0.78 | 0.18 |
| Hex | 50 | A | 2B | 0 | 57 | 2E | 45 | 14C | 4E | 12 |
| Octal | 120 | 12 | 53 | 0 | 127 | 56 | 105 | 514 | 116 | 22 |
| Binary | 1010000 | 1010 | 101011 | 0 | 1010111 | 101110 | 1000101 | 101001100 | 1001110 | 10010 |
Color Harmonies of #500A2B
Complementary color
Monochromatic Colors of #500A2B
Black with #500A2B
Text Example
Text Example
White with #500A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A2B; }
p { color: rgb(80,10,43); }
H1.HeaderClassName
{
color: #500A2B;
}
.AnyTagClassName
{
color: #500A2B;
}
</style>
background-color css
<style>
a { background-color: #500A2B; }
a { background-color: rgb(80,10,43); }
div.DivClassName
{
background-color: #500A2B;
}
.BgClassName
{
background-color: #500A2B;
}
</style>
border-color css
<style>
span { border-color: #500A2B; }
span { border-color: rgb(80,10,43); }
td.TdClassName
{
border-color: #500A2B;
}
.TagClassName
{
border-color: #500A2B;
}
</style>