Shades of Blackberry #280B1F
Tints of Blackberry #280B1F
RGB
CMYK
RGB Variations
Color information
#280B1F (or 0x280B1F) is known color: Blackberry. HEX triplet: 28, 0B and 1F. RGB value is (40,11,31). Sum of RGB (Red+Green+Blue) = 40+11+31=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #280B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B1F is #D7F4E0. Grayscale: #151515. Windows color (decimal): -14152929 or 2034472. OLE color: 2034472.
HSL color Cylindrical-coordinate representation of color #280B1F: hue angle of 318.62º 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 #280B1F is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 31 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.84 |
| HSL | 318.62º | 0.57% | 0.1% | - |
| HSV(B) | 318.62º | 0.73% | 0.16% | - |
| XYZ | 1.24 | 0.79 | 1.38 | - |
| YUV | 21.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 31 | 0 | 0.72 | 0.22 | 0.84 | 318.62 | 0.57 | 0.1 |
| Hex | 28 | B | 1F | 0 | 48 | 16 | 54 | 13F | 39 | A |
| Octal | 50 | 13 | 37 | 0 | 110 | 26 | 124 | 477 | 71 | 12 |
| Binary | 101000 | 1011 | 11111 | 0 | 1001000 | 10110 | 1010100 | 100111111 | 111001 | 1010 |
Color Harmonies of #280B1F
Complementary color
Monochromatic Colors of #280B1F
Black with #280B1F
Text Example
Text Example
White with #280B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B1F; }
p { color: rgb(40,11,31); }
H1.HeaderClassName
{
color: #280B1F;
}
.AnyTagClassName
{
color: #280B1F;
}
</style>
background-color css
<style>
a { background-color: #280B1F; }
a { background-color: rgb(40,11,31); }
div.DivClassName
{
background-color: #280B1F;
}
.BgClassName
{
background-color: #280B1F;
}
</style>
border-color css
<style>
span { border-color: #280B1F; }
span { border-color: rgb(40,11,31); }
td.TdClassName
{
border-color: #280B1F;
}
.TagClassName
{
border-color: #280B1F;
}
</style>