Shades of Blackberry #501229
Tints of Blackberry #501229
RGB
CMYK
RGB Variations
Color information
#501229 (or 0x501229) is known color: Blackberry. HEX triplet: 50, 12 and 29. RGB value is (80,18,41). Sum of RGB (Red+Green+Blue) = 80+18+41=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501229 is #AFEDD6. Grayscale: #272727. Windows color (decimal): -11529687 or 2691664. OLE color: 2691664.
HSL color Cylindrical-coordinate representation of color #501229: hue angle of 337.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501229 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 41 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.69 |
| HSL | 337.74º | 0.63% | 0.19% | - |
| HSV(B) | 337.74º | 0.78% | 0.31% | - |
| XYZ | 3.92 | 2.3 | 2.33 | - |
| YUV | 39.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 41 | 0 | 0.78 | 0.49 | 0.69 | 337.74 | 0.63 | 0.19 |
| Hex | 50 | 12 | 29 | 0 | 4E | 31 | 45 | 152 | 3F | 13 |
| Octal | 120 | 22 | 51 | 0 | 116 | 61 | 105 | 522 | 77 | 23 |
| Binary | 1010000 | 10010 | 101001 | 0 | 1001110 | 110001 | 1000101 | 101010010 | 111111 | 10011 |
Color Harmonies of #501229
Complementary color
Monochromatic Colors of #501229
Black with #501229
Text Example
Text Example
White with #501229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501229; }
p { color: rgb(80,18,41); }
H1.HeaderClassName
{
color: #501229;
}
.AnyTagClassName
{
color: #501229;
}
</style>
background-color css
<style>
a { background-color: #501229; }
a { background-color: rgb(80,18,41); }
div.DivClassName
{
background-color: #501229;
}
.BgClassName
{
background-color: #501229;
}
</style>
border-color css
<style>
span { border-color: #501229; }
span { border-color: rgb(80,18,41); }
td.TdClassName
{
border-color: #501229;
}
.TagClassName
{
border-color: #501229;
}
</style>