Shades of Blackberry #500228
Tints of Blackberry #500228
RGB
CMYK
RGB Variations
Color information
#500228 (or 0x500228) is known color: Blackberry. HEX triplet: 50, 02 and 28. RGB value is (80,2,40). Sum of RGB (Red+Green+Blue) = 80+2+40=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500228 is #AFFDD7. Grayscale: #1D1D1D. Windows color (decimal): -11533784 or 2622032. OLE color: 2622032.
HSL color Cylindrical-coordinate representation of color #500228: hue angle of 330.77º 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 #500228 is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.69 |
| HSL | 330.77º | 0.95% | 0.16% | - |
| HSV(B) | 330.77º | 0.98% | 0.31% | - |
| XYZ | 3.71 | 1.9 | 2.18 | - |
| YUV | 29.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 40 | 0 | 0.98 | 0.5 | 0.69 | 330.77 | 0.95 | 0.16 |
| Hex | 50 | 2 | 28 | 0 | 62 | 32 | 45 | 14B | 5F | 10 |
| Octal | 120 | 2 | 50 | 0 | 142 | 62 | 105 | 513 | 137 | 20 |
| Binary | 1010000 | 10 | 101000 | 0 | 1100010 | 110010 | 1000101 | 101001011 | 1011111 | 10000 |
Color Harmonies of #500228
Complementary color
Monochromatic Colors of #500228
Black with #500228
Text Example
Text Example
White with #500228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500228; }
p { color: rgb(80,2,40); }
H1.HeaderClassName
{
color: #500228;
}
.AnyTagClassName
{
color: #500228;
}
</style>
background-color css
<style>
a { background-color: #500228; }
a { background-color: rgb(80,2,40); }
div.DivClassName
{
background-color: #500228;
}
.BgClassName
{
background-color: #500228;
}
</style>
border-color css
<style>
span { border-color: #500228; }
span { border-color: rgb(80,2,40); }
td.TdClassName
{
border-color: #500228;
}
.TagClassName
{
border-color: #500228;
}
</style>