Shades of Blackberry #280E1B
Tints of Blackberry #280E1B
RGB
CMYK
RGB Variations
Color information
#280E1B (or 0x280E1B) is known color: Blackberry. HEX triplet: 28, 0E and 1B. RGB value is (40,14,27). Sum of RGB (Red+Green+Blue) = 40+14+27=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #280E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E1B is #D7F1E4. Grayscale: #171717. Windows color (decimal): -14152165 or 1773096. OLE color: 1773096.
HSL color Cylindrical-coordinate representation of color #280E1B: hue angle of 330º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E1B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 27 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.84 |
| HSL | 330º | 0.48% | 0.11% | - |
| HSV(B) | 330º | 0.65% | 0.16% | - |
| XYZ | 1.23 | 0.84 | 1.14 | - |
| YUV | 23.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 27 | 0 | 0.65 | 0.33 | 0.84 | 330 | 0.48 | 0.11 |
| Hex | 28 | E | 1B | 0 | 41 | 21 | 54 | 14A | 30 | B |
| Octal | 50 | 16 | 33 | 0 | 101 | 41 | 124 | 512 | 60 | 13 |
| Binary | 101000 | 1110 | 11011 | 0 | 1000001 | 100001 | 1010100 | 101001010 | 110000 | 1011 |
Color Harmonies of #280E1B
Complementary color
Monochromatic Colors of #280E1B
Black with #280E1B
Text Example
Text Example
White with #280E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E1B; }
p { color: rgb(40,14,27); }
H1.HeaderClassName
{
color: #280E1B;
}
.AnyTagClassName
{
color: #280E1B;
}
</style>
background-color css
<style>
a { background-color: #280E1B; }
a { background-color: rgb(40,14,27); }
div.DivClassName
{
background-color: #280E1B;
}
.BgClassName
{
background-color: #280E1B;
}
</style>
border-color css
<style>
span { border-color: #280E1B; }
span { border-color: rgb(40,14,27); }
td.TdClassName
{
border-color: #280E1B;
}
.TagClassName
{
border-color: #280E1B;
}
</style>