Shades of Blackberry #280517
Tints of Blackberry #280517
RGB
CMYK
RGB Variations
Color information
#280517 (or 0x280517) is known color: Blackberry. HEX triplet: 28, 05 and 17. RGB value is (40,5,23). Sum of RGB (Red+Green+Blue) = 40+5+23=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280517 is #D7FAE8. Grayscale: #111111. Windows color (decimal): -14154473 or 1508648. OLE color: 1508648.
HSL color Cylindrical-coordinate representation of color #280517: hue angle of 329.14º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280517 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 23 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.84 |
| HSL | 329.14º | 0.78% | 0.09% | - |
| HSV(B) | 329.14º | 0.88% | 0.16% | - |
| XYZ | 1.08 | 0.62 | 0.87 | - |
| YUV | 17.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 23 | 0 | 0.88 | 0.43 | 0.84 | 329.14 | 0.78 | 0.09 |
| Hex | 28 | 5 | 17 | 0 | 58 | 2B | 54 | 149 | 4E | 9 |
| Octal | 50 | 5 | 27 | 0 | 130 | 53 | 124 | 511 | 116 | 11 |
| Binary | 101000 | 101 | 10111 | 0 | 1011000 | 101011 | 1010100 | 101001001 | 1001110 | 1001 |
Color Harmonies of #280517
Complementary color
Monochromatic Colors of #280517
Black with #280517
Text Example
Text Example
White with #280517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280517; }
p { color: rgb(40,5,23); }
H1.HeaderClassName
{
color: #280517;
}
.AnyTagClassName
{
color: #280517;
}
</style>
background-color css
<style>
a { background-color: #280517; }
a { background-color: rgb(40,5,23); }
div.DivClassName
{
background-color: #280517;
}
.BgClassName
{
background-color: #280517;
}
</style>
border-color css
<style>
span { border-color: #280517; }
span { border-color: rgb(40,5,23); }
td.TdClassName
{
border-color: #280517;
}
.TagClassName
{
border-color: #280517;
}
</style>