Shades of Blackberry #501029
Tints of Blackberry #501029
RGB
CMYK
RGB Variations
Color information
#501029 (or 0x501029) is known color: Blackberry. HEX triplet: 50, 10 and 29. RGB value is (80,16,41). Sum of RGB (Red+Green+Blue) = 80+16+41=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501029 is #AFEFD6. Grayscale: #252525. Windows color (decimal): -11530199 or 2691152. OLE color: 2691152.
HSL color Cylindrical-coordinate representation of color #501029: hue angle of 336.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501029 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 41 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.69 |
| HSL | 336.56º | 0.67% | 0.19% | - |
| HSV(B) | 336.56º | 0.8% | 0.31% | - |
| XYZ | 3.89 | 2.24 | 2.32 | - |
| YUV | 37.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 41 | 0 | 0.80 | 0.49 | 0.69 | 336.56 | 0.67 | 0.19 |
| Hex | 50 | 10 | 29 | 0 | 50 | 31 | 45 | 151 | 43 | 13 |
| Octal | 120 | 20 | 51 | 0 | 120 | 61 | 105 | 521 | 103 | 23 |
| Binary | 1010000 | 10000 | 101001 | 0 | 1010000 | 110001 | 1000101 | 101010001 | 1000011 | 10011 |
Color Harmonies of #501029
Complementary color
Monochromatic Colors of #501029
Black with #501029
Text Example
Text Example
White with #501029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501029; }
p { color: rgb(80,16,41); }
H1.HeaderClassName
{
color: #501029;
}
.AnyTagClassName
{
color: #501029;
}
</style>
background-color css
<style>
a { background-color: #501029; }
a { background-color: rgb(80,16,41); }
div.DivClassName
{
background-color: #501029;
}
.BgClassName
{
background-color: #501029;
}
</style>
border-color css
<style>
span { border-color: #501029; }
span { border-color: rgb(80,16,41); }
td.TdClassName
{
border-color: #501029;
}
.TagClassName
{
border-color: #501029;
}
</style>