Shades of Blackberry #280120
Tints of Blackberry #280120
RGB
CMYK
RGB Variations
Color information
#280120 (or 0x280120) is known color: Blackberry. HEX triplet: 28, 01 and 20. RGB value is (40,1,32). Sum of RGB (Red+Green+Blue) = 40+1+32=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #280120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280120 is #D7FEDF. Grayscale: #101010. Windows color (decimal): -14155488 or 2097448. OLE color: 2097448.
HSL color Cylindrical-coordinate representation of color #280120: hue angle of 312.31º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280120 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 32 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.84 |
| HSL | 312.31º | 0.95% | 0.08% | - |
| HSV(B) | 312.31º | 0.98% | 0.16% | - |
| XYZ | 1.15 | 0.58 | 1.42 | - |
| YUV | 16.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 32 | 0 | 0.98 | 0.20 | 0.84 | 312.31 | 0.95 | 0.08 |
| Hex | 28 | 1 | 20 | 0 | 62 | 14 | 54 | 138 | 5F | 8 |
| Octal | 50 | 1 | 40 | 0 | 142 | 24 | 124 | 470 | 137 | 10 |
| Binary | 101000 | 1 | 100000 | 0 | 1100010 | 10100 | 1010100 | 100111000 | 1011111 | 1000 |
Color Harmonies of #280120
Complementary color
Monochromatic Colors of #280120
Black with #280120
Text Example
Text Example
White with #280120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280120; }
p { color: rgb(40,1,32); }
H1.HeaderClassName
{
color: #280120;
}
.AnyTagClassName
{
color: #280120;
}
</style>
background-color css
<style>
a { background-color: #280120; }
a { background-color: rgb(40,1,32); }
div.DivClassName
{
background-color: #280120;
}
.BgClassName
{
background-color: #280120;
}
</style>
border-color css
<style>
span { border-color: #280120; }
span { border-color: rgb(40,1,32); }
td.TdClassName
{
border-color: #280120;
}
.TagClassName
{
border-color: #280120;
}
</style>