Shades of Blackberry #50012D
Tints of Blackberry #50012D
RGB
CMYK
RGB Variations
Color information
#50012D (or 0x50012D) is known color: Blackberry. HEX triplet: 50, 01 and 2D. RGB value is (80,1,45). Sum of RGB (Red+Green+Blue) = 80+1+45=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50012D is #AFFED2. Grayscale: #1D1D1D. Windows color (decimal): -11534035 or 2949456. OLE color: 2949456.
HSL color Cylindrical-coordinate representation of color #50012D: hue angle of 326.58º 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 #50012D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.69 |
| HSL | 326.58º | 0.98% | 0.16% | - |
| HSV(B) | 326.58º | 0.99% | 0.31% | - |
| XYZ | 3.79 | 1.92 | 2.65 | - |
| YUV | 29.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 45 | 0 | 0.99 | 0.44 | 0.69 | 326.58 | 0.98 | 0.16 |
| Hex | 50 | 1 | 2D | 0 | 63 | 2C | 45 | 147 | 62 | 10 |
| Octal | 120 | 1 | 55 | 0 | 143 | 54 | 105 | 507 | 142 | 20 |
| Binary | 1010000 | 1 | 101101 | 0 | 1100011 | 101100 | 1000101 | 101000111 | 1100010 | 10000 |
Color Harmonies of #50012D
Complementary color
Monochromatic Colors of #50012D
Black with #50012D
Text Example
Text Example
White with #50012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50012D; }
p { color: rgb(80,1,45); }
H1.HeaderClassName
{
color: #50012D;
}
.AnyTagClassName
{
color: #50012D;
}
</style>
background-color css
<style>
a { background-color: #50012D; }
a { background-color: rgb(80,1,45); }
div.DivClassName
{
background-color: #50012D;
}
.BgClassName
{
background-color: #50012D;
}
</style>
border-color css
<style>
span { border-color: #50012D; }
span { border-color: rgb(80,1,45); }
td.TdClassName
{
border-color: #50012D;
}
.TagClassName
{
border-color: #50012D;
}
</style>