Shades of Blackberry #280020
Tints of Blackberry #280020
RGB
CMYK
RGB Variations
Color information
#280020 (or 0x280020) is known color: Blackberry. HEX triplet: 28, 00 and 20. RGB value is (40,0,32). Sum of RGB (Red+Green+Blue) = 40+0+32=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #280020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280020 is #D7FFDF. Grayscale: #0F0F0F. Windows color (decimal): -14155744 or 2097192. OLE color: 2097192.
HSL color Cylindrical-coordinate representation of color #280020: hue angle of 312º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280020 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.20 | 0.84 |
| HSL | 312º | 1% | 0.08% | - |
| HSV(B) | 312º | 1% | 0.16% | - |
| XYZ | 1.14 | 0.56 | 1.41 | - |
| YUV | 15.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 32 | 0 | 1 | 0.20 | 0.84 | 312 | 1 | 0.08 |
| Hex | 28 | 0 | 20 | 0 | 64 | 14 | 54 | 138 | 64 | 8 |
| Octal | 50 | 0 | 40 | 0 | 144 | 24 | 124 | 470 | 144 | 10 |
| Binary | 101000 | 0 | 100000 | 0 | 1100100 | 10100 | 1010100 | 100111000 | 1100100 | 1000 |
Color Harmonies of #280020
Complementary color
Monochromatic Colors of #280020
Black with #280020
Text Example
Text Example
White with #280020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280020; }
p { color: rgb(40,0,32); }
H1.HeaderClassName
{
color: #280020;
}
.AnyTagClassName
{
color: #280020;
}
</style>
background-color css
<style>
a { background-color: #280020; }
a { background-color: rgb(40,0,32); }
div.DivClassName
{
background-color: #280020;
}
.BgClassName
{
background-color: #280020;
}
</style>
border-color css
<style>
span { border-color: #280020; }
span { border-color: rgb(40,0,32); }
td.TdClassName
{
border-color: #280020;
}
.TagClassName
{
border-color: #280020;
}
</style>