Shades of Blackberry #28081D
Tints of Blackberry #28081D
RGB
CMYK
RGB Variations
Color information
#28081D (or 0x28081D) is known color: Blackberry. HEX triplet: 28, 08 and 1D. RGB value is (40,8,29). Sum of RGB (Red+Green+Blue) = 40+8+29=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #28081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28081D is #D7F7E2. Grayscale: #131313. Windows color (decimal): -14153699 or 1902632. OLE color: 1902632.
HSL color Cylindrical-coordinate representation of color #28081D: hue angle of 320.62º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28081D is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 8 | 29 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.84 |
| HSL | 320.63º | 0.67% | 0.09% | - |
| HSV(B) | 320.63º | 0.8% | 0.16% | - |
| XYZ | 1.18 | 0.71 | 1.24 | - |
| YUV | 19.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 29 | 0 | 0.80 | 0.28 | 0.84 | 320.63 | 0.67 | 0.09 |
| Hex | 28 | 8 | 1D | 0 | 50 | 1C | 54 | 141 | 43 | 9 |
| Octal | 50 | 10 | 35 | 0 | 120 | 34 | 124 | 501 | 103 | 11 |
| Binary | 101000 | 1000 | 11101 | 0 | 1010000 | 11100 | 1010100 | 101000001 | 1000011 | 1001 |
Color Harmonies of #28081D
Complementary color
Monochromatic Colors of #28081D
Black with #28081D
Text Example
Text Example
White with #28081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28081D; }
p { color: rgb(40,8,29); }
H1.HeaderClassName
{
color: #28081D;
}
.AnyTagClassName
{
color: #28081D;
}
</style>
background-color css
<style>
a { background-color: #28081D; }
a { background-color: rgb(40,8,29); }
div.DivClassName
{
background-color: #28081D;
}
.BgClassName
{
background-color: #28081D;
}
</style>
border-color css
<style>
span { border-color: #28081D; }
span { border-color: rgb(40,8,29); }
td.TdClassName
{
border-color: #28081D;
}
.TagClassName
{
border-color: #28081D;
}
</style>