Shades of Blackberry #281921
Tints of Blackberry #281921
RGB
CMYK
RGB Variations
Color information
#281921 (or 0x281921) is known color: Blackberry. HEX triplet: 28, 19 and 21. RGB value is (40,25,33). Sum of RGB (Red+Green+Blue) = 40+25+33=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 40 - color contains mainly: red. Hex color #281921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281921 is #D7E6DE. Grayscale: #1E1E1E. Windows color (decimal): -14149343 or 2169128. OLE color: 2169128.
HSL color Cylindrical-coordinate representation of color #281921: hue angle of 328º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #281921 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 33 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.84 |
| HSL | 328º | 0.23% | 0.13% | - |
| HSV(B) | 328º | 0.38% | 0.16% | - |
| XYZ | 1.5 | 1.26 | 1.6 | - |
| YUV | 30.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 33 | 0 | 0.38 | 0.17 | 0.84 | 328 | 0.23 | 0.13 |
| Hex | 28 | 19 | 21 | 0 | 26 | 11 | 54 | 148 | 17 | D |
| Octal | 50 | 31 | 41 | 0 | 46 | 21 | 124 | 510 | 27 | 15 |
| Binary | 101000 | 11001 | 100001 | 0 | 100110 | 10001 | 1010100 | 101001000 | 10111 | 1101 |
Color Harmonies of #281921
Complementary color
Monochromatic Colors of #281921
Black with #281921
Text Example
Text Example
White with #281921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281921; }
p { color: rgb(40,25,33); }
H1.HeaderClassName
{
color: #281921;
}
.AnyTagClassName
{
color: #281921;
}
</style>
background-color css
<style>
a { background-color: #281921; }
a { background-color: rgb(40,25,33); }
div.DivClassName
{
background-color: #281921;
}
.BgClassName
{
background-color: #281921;
}
</style>
border-color css
<style>
span { border-color: #281921; }
span { border-color: rgb(40,25,33); }
td.TdClassName
{
border-color: #281921;
}
.TagClassName
{
border-color: #281921;
}
</style>