Shades of Blackberry #500728
Tints of Blackberry #500728
RGB
CMYK
RGB Variations
Color information
#500728 (or 0x500728) is known color: Blackberry. HEX triplet: 50, 07 and 28. RGB value is (80,7,40). Sum of RGB (Red+Green+Blue) = 80+7+40=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #500728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500728 is #AFF8D7. Grayscale: #202020. Windows color (decimal): -11532504 or 2623312. OLE color: 2623312.
HSL color Cylindrical-coordinate representation of color #500728: hue angle of 332.88º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500728 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 40 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.69 |
| HSL | 332.88º | 0.84% | 0.17% | - |
| HSV(B) | 332.88º | 0.91% | 0.31% | - |
| XYZ | 3.77 | 2.01 | 2.2 | - |
| YUV | 32.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 40 | 0 | 0.91 | 0.5 | 0.69 | 332.88 | 0.84 | 0.17 |
| Hex | 50 | 7 | 28 | 0 | 5B | 32 | 45 | 14D | 54 | 11 |
| Octal | 120 | 7 | 50 | 0 | 133 | 62 | 105 | 515 | 124 | 21 |
| Binary | 1010000 | 111 | 101000 | 0 | 1011011 | 110010 | 1000101 | 101001101 | 1010100 | 10001 |
Color Harmonies of #500728
Complementary color
Monochromatic Colors of #500728
Black with #500728
Text Example
Text Example
White with #500728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500728; }
p { color: rgb(80,7,40); }
H1.HeaderClassName
{
color: #500728;
}
.AnyTagClassName
{
color: #500728;
}
</style>
background-color css
<style>
a { background-color: #500728; }
a { background-color: rgb(80,7,40); }
div.DivClassName
{
background-color: #500728;
}
.BgClassName
{
background-color: #500728;
}
</style>
border-color css
<style>
span { border-color: #500728; }
span { border-color: rgb(80,7,40); }
td.TdClassName
{
border-color: #500728;
}
.TagClassName
{
border-color: #500728;
}
</style>