Shades of Blackberry #28051B
Tints of Blackberry #28051B
RGB
CMYK
RGB Variations
Color information
#28051B (or 0x28051B) is known color: Blackberry. HEX triplet: 28, 05 and 1B. RGB value is (40,5,27). Sum of RGB (Red+Green+Blue) = 40+5+27=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28051B is #D7FAE4. Grayscale: #111111. Windows color (decimal): -14154469 or 1770792. OLE color: 1770792.
HSL color Cylindrical-coordinate representation of color #28051B: hue angle of 322.29º 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 #28051B is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 27 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.84 |
| HSL | 322.29º | 0.78% | 0.09% | - |
| HSV(B) | 322.29º | 0.88% | 0.16% | - |
| XYZ | 1.13 | 0.64 | 1.1 | - |
| YUV | 17.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 27 | 0 | 0.88 | 0.33 | 0.84 | 322.29 | 0.78 | 0.09 |
| Hex | 28 | 5 | 1B | 0 | 58 | 21 | 54 | 142 | 4E | 9 |
| Octal | 50 | 5 | 33 | 0 | 130 | 41 | 124 | 502 | 116 | 11 |
| Binary | 101000 | 101 | 11011 | 0 | 1011000 | 100001 | 1010100 | 101000010 | 1001110 | 1001 |
Color Harmonies of #28051B
Complementary color
Monochromatic Colors of #28051B
Black with #28051B
Text Example
Text Example
White with #28051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28051B; }
p { color: rgb(40,5,27); }
H1.HeaderClassName
{
color: #28051B;
}
.AnyTagClassName
{
color: #28051B;
}
</style>
background-color css
<style>
a { background-color: #28051B; }
a { background-color: rgb(40,5,27); }
div.DivClassName
{
background-color: #28051B;
}
.BgClassName
{
background-color: #28051B;
}
</style>
border-color css
<style>
span { border-color: #28051B; }
span { border-color: rgb(40,5,27); }
td.TdClassName
{
border-color: #28051B;
}
.TagClassName
{
border-color: #28051B;
}
</style>