Shades of Blackberry #28021E
Tints of Blackberry #28021E
RGB
CMYK
RGB Variations
Color information
#28021E (or 0x28021E) is known color: Blackberry. HEX triplet: 28, 02 and 1E. RGB value is (40,2,30). Sum of RGB (Red+Green+Blue) = 40+2+30=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28021E is #D7FDE1. Grayscale: #101010. Windows color (decimal): -14155234 or 1966632. OLE color: 1966632.
HSL color Cylindrical-coordinate representation of color #28021E: hue angle of 315.79º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28021E is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 2 | 30 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.84 |
| HSL | 315.79º | 0.9% | 0.08% | - |
| HSV(B) | 315.79º | 0.95% | 0.16% | - |
| XYZ | 1.13 | 0.59 | 1.28 | - |
| YUV | 16.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 30 | 0 | 0.95 | 0.25 | 0.84 | 315.79 | 0.9 | 0.08 |
| Hex | 28 | 2 | 1E | 0 | 5F | 19 | 54 | 13C | 5A | 8 |
| Octal | 50 | 2 | 36 | 0 | 137 | 31 | 124 | 474 | 132 | 10 |
| Binary | 101000 | 10 | 11110 | 0 | 1011111 | 11001 | 1010100 | 100111100 | 1011010 | 1000 |
Color Harmonies of #28021E
Complementary color
Monochromatic Colors of #28021E
Black with #28021E
Text Example
Text Example
White with #28021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28021E; }
p { color: rgb(40,2,30); }
H1.HeaderClassName
{
color: #28021E;
}
.AnyTagClassName
{
color: #28021E;
}
</style>
background-color css
<style>
a { background-color: #28021E; }
a { background-color: rgb(40,2,30); }
div.DivClassName
{
background-color: #28021E;
}
.BgClassName
{
background-color: #28021E;
}
</style>
border-color css
<style>
span { border-color: #28021E; }
span { border-color: rgb(40,2,30); }
td.TdClassName
{
border-color: #28021E;
}
.TagClassName
{
border-color: #28021E;
}
</style>