Shades of Blackberry #500227
Tints of Blackberry #500227
RGB
CMYK
RGB Variations
Color information
#500227 (or 0x500227) is known color: Blackberry. HEX triplet: 50, 02 and 27. RGB value is (80,2,39). Sum of RGB (Red+Green+Blue) = 80+2+39=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500227 is #AFFDD8. Grayscale: #1D1D1D. Windows color (decimal): -11533785 or 2556496. OLE color: 2556496.
HSL color Cylindrical-coordinate representation of color #500227: hue angle of 331.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500227 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 39 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.69 |
| HSL | 331.54º | 0.95% | 0.16% | - |
| HSV(B) | 331.54º | 0.98% | 0.31% | - |
| XYZ | 3.7 | 1.9 | 2.09 | - |
| YUV | 29.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 39 | 0 | 0.98 | 0.51 | 0.69 | 331.54 | 0.95 | 0.16 |
| Hex | 50 | 2 | 27 | 0 | 62 | 33 | 45 | 14C | 5F | 10 |
| Octal | 120 | 2 | 47 | 0 | 142 | 63 | 105 | 514 | 137 | 20 |
| Binary | 1010000 | 10 | 100111 | 0 | 1100010 | 110011 | 1000101 | 101001100 | 1011111 | 10000 |
Color Harmonies of #500227
Complementary color
Monochromatic Colors of #500227
Black with #500227
Text Example
Text Example
White with #500227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500227; }
p { color: rgb(80,2,39); }
H1.HeaderClassName
{
color: #500227;
}
.AnyTagClassName
{
color: #500227;
}
</style>
background-color css
<style>
a { background-color: #500227; }
a { background-color: rgb(80,2,39); }
div.DivClassName
{
background-color: #500227;
}
.BgClassName
{
background-color: #500227;
}
</style>
border-color css
<style>
span { border-color: #500227; }
span { border-color: rgb(80,2,39); }
td.TdClassName
{
border-color: #500227;
}
.TagClassName
{
border-color: #500227;
}
</style>