Shades of Blackberry #500127
Tints of Blackberry #500127
RGB
CMYK
RGB Variations
Color information
#500127 (or 0x500127) is known color: Blackberry. HEX triplet: 50, 01 and 27. RGB value is (80,1,39). Sum of RGB (Red+Green+Blue) = 80+1+39=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500127 is #AFFED8. Grayscale: #1C1C1C. Windows color (decimal): -11534041 or 2556240. OLE color: 2556240.
HSL color Cylindrical-coordinate representation of color #500127: hue angle of 331.14º 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 #500127 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.69 |
| HSL | 331.14º | 0.98% | 0.16% | - |
| HSV(B) | 331.14º | 0.99% | 0.31% | - |
| XYZ | 3.69 | 1.87 | 2.09 | - |
| YUV | 28.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 39 | 0 | 0.99 | 0.51 | 0.69 | 331.14 | 0.98 | 0.16 |
| Hex | 50 | 1 | 27 | 0 | 63 | 33 | 45 | 14B | 62 | 10 |
| Octal | 120 | 1 | 47 | 0 | 143 | 63 | 105 | 513 | 142 | 20 |
| Binary | 1010000 | 1 | 100111 | 0 | 1100011 | 110011 | 1000101 | 101001011 | 1100010 | 10000 |
Color Harmonies of #500127
Complementary color
Monochromatic Colors of #500127
Black with #500127
Text Example
Text Example
White with #500127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500127; }
p { color: rgb(80,1,39); }
H1.HeaderClassName
{
color: #500127;
}
.AnyTagClassName
{
color: #500127;
}
</style>
background-color css
<style>
a { background-color: #500127; }
a { background-color: rgb(80,1,39); }
div.DivClassName
{
background-color: #500127;
}
.BgClassName
{
background-color: #500127;
}
</style>
border-color css
<style>
span { border-color: #500127; }
span { border-color: rgb(80,1,39); }
td.TdClassName
{
border-color: #500127;
}
.TagClassName
{
border-color: #500127;
}
</style>