Shades of Blackberry #500128
Tints of Blackberry #500128
RGB
CMYK
RGB Variations
Color information
#500128 (or 0x500128) is known color: Blackberry. HEX triplet: 50, 01 and 28. RGB value is (80,1,40). Sum of RGB (Red+Green+Blue) = 80+1+40=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500128 is #AFFED7. Grayscale: #1C1C1C. Windows color (decimal): -11534040 or 2621776. OLE color: 2621776.
HSL color Cylindrical-coordinate representation of color #500128: hue angle of 330.38º 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 #500128 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.69 |
| HSL | 330.38º | 0.98% | 0.16% | - |
| HSV(B) | 330.38º | 0.99% | 0.31% | - |
| XYZ | 3.7 | 1.88 | 2.18 | - |
| YUV | 29.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 40 | 0 | 0.99 | 0.5 | 0.69 | 330.38 | 0.98 | 0.16 |
| Hex | 50 | 1 | 28 | 0 | 63 | 32 | 45 | 14A | 62 | 10 |
| Octal | 120 | 1 | 50 | 0 | 143 | 62 | 105 | 512 | 142 | 20 |
| Binary | 1010000 | 1 | 101000 | 0 | 1100011 | 110010 | 1000101 | 101001010 | 1100010 | 10000 |
Color Harmonies of #500128
Complementary color
Monochromatic Colors of #500128
Black with #500128
Text Example
Text Example
White with #500128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500128; }
p { color: rgb(80,1,40); }
H1.HeaderClassName
{
color: #500128;
}
.AnyTagClassName
{
color: #500128;
}
</style>
background-color css
<style>
a { background-color: #500128; }
a { background-color: rgb(80,1,40); }
div.DivClassName
{
background-color: #500128;
}
.BgClassName
{
background-color: #500128;
}
</style>
border-color css
<style>
span { border-color: #500128; }
span { border-color: rgb(80,1,40); }
td.TdClassName
{
border-color: #500128;
}
.TagClassName
{
border-color: #500128;
}
</style>