Shades of Blackberry #50012A
Tints of Blackberry #50012A
RGB
CMYK
RGB Variations
Color information
#50012A (or 0x50012A) is known color: Blackberry. HEX triplet: 50, 01 and 2A. RGB value is (80,1,42). Sum of RGB (Red+Green+Blue) = 80+1+42=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #50012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50012A is #AFFED5. Grayscale: #1D1D1D. Windows color (decimal): -11534038 or 2752848. OLE color: 2752848.
HSL color Cylindrical-coordinate representation of color #50012A: hue angle of 328.86º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50012A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.69 |
| HSL | 328.86º | 0.98% | 0.16% | - |
| HSV(B) | 328.86º | 0.99% | 0.31% | - |
| XYZ | 3.74 | 1.89 | 2.36 | - |
| YUV | 29.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 42 | 0 | 0.99 | 0.48 | 0.69 | 328.86 | 0.98 | 0.16 |
| Hex | 50 | 1 | 2A | 0 | 63 | 30 | 45 | 149 | 62 | 10 |
| Octal | 120 | 1 | 52 | 0 | 143 | 60 | 105 | 511 | 142 | 20 |
| Binary | 1010000 | 1 | 101010 | 0 | 1100011 | 110000 | 1000101 | 101001001 | 1100010 | 10000 |
Color Harmonies of #50012A
Complementary color
Monochromatic Colors of #50012A
Black with #50012A
Text Example
Text Example
White with #50012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50012A; }
p { color: rgb(80,1,42); }
H1.HeaderClassName
{
color: #50012A;
}
.AnyTagClassName
{
color: #50012A;
}
</style>
background-color css
<style>
a { background-color: #50012A; }
a { background-color: rgb(80,1,42); }
div.DivClassName
{
background-color: #50012A;
}
.BgClassName
{
background-color: #50012A;
}
</style>
border-color css
<style>
span { border-color: #50012A; }
span { border-color: rgb(80,1,42); }
td.TdClassName
{
border-color: #50012A;
}
.TagClassName
{
border-color: #50012A;
}
</style>