Shades of Blackberry #280B1A
Tints of Blackberry #280B1A
RGB
CMYK
RGB Variations
Color information
#280B1A (or 0x280B1A) is known color: Blackberry. HEX triplet: 28, 0B and 1A. RGB value is (40,11,26). Sum of RGB (Red+Green+Blue) = 40+11+26=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #280B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B1A is #D7F4E5. Grayscale: #151515. Windows color (decimal): -14152934 or 1706792. OLE color: 1706792.
HSL color Cylindrical-coordinate representation of color #280B1A: hue angle of 328.97º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B1A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 26 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.84 |
| HSL | 328.97º | 0.57% | 0.1% | - |
| HSV(B) | 328.97º | 0.73% | 0.16% | - |
| XYZ | 1.18 | 0.77 | 1.06 | - |
| YUV | 21.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 26 | 0 | 0.72 | 0.35 | 0.84 | 328.97 | 0.57 | 0.1 |
| Hex | 28 | B | 1A | 0 | 48 | 23 | 54 | 149 | 39 | A |
| Octal | 50 | 13 | 32 | 0 | 110 | 43 | 124 | 511 | 71 | 12 |
| Binary | 101000 | 1011 | 11010 | 0 | 1001000 | 100011 | 1010100 | 101001001 | 111001 | 1010 |
Color Harmonies of #280B1A
Complementary color
Monochromatic Colors of #280B1A
Black with #280B1A
Text Example
Text Example
White with #280B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B1A; }
p { color: rgb(40,11,26); }
H1.HeaderClassName
{
color: #280B1A;
}
.AnyTagClassName
{
color: #280B1A;
}
</style>
background-color css
<style>
a { background-color: #280B1A; }
a { background-color: rgb(40,11,26); }
div.DivClassName
{
background-color: #280B1A;
}
.BgClassName
{
background-color: #280B1A;
}
</style>
border-color css
<style>
span { border-color: #280B1A; }
span { border-color: rgb(40,11,26); }
td.TdClassName
{
border-color: #280B1A;
}
.TagClassName
{
border-color: #280B1A;
}
</style>