Shades of Blackberry #280D1F
Tints of Blackberry #280D1F
RGB
CMYK
RGB Variations
Color information
#280D1F (or 0x280D1F) is known color: Blackberry. HEX triplet: 28, 0D and 1F. RGB value is (40,13,31). Sum of RGB (Red+Green+Blue) = 40+13+31=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #280D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D1F is #D7F2E0. Grayscale: #171717. Windows color (decimal): -14152417 or 2034984. OLE color: 2034984.
HSL color Cylindrical-coordinate representation of color #280D1F: hue angle of 320º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #280D1F is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 31 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.84 |
| HSL | 320º | 0.51% | 0.1% | - |
| HSV(B) | 320º | 0.68% | 0.16% | - |
| XYZ | 1.27 | 0.84 | 1.39 | - |
| YUV | 23.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 31 | 0 | 0.67 | 0.22 | 0.84 | 320 | 0.51 | 0.1 |
| Hex | 28 | D | 1F | 0 | 43 | 16 | 54 | 140 | 33 | A |
| Octal | 50 | 15 | 37 | 0 | 103 | 26 | 124 | 500 | 63 | 12 |
| Binary | 101000 | 1101 | 11111 | 0 | 1000011 | 10110 | 1010100 | 101000000 | 110011 | 1010 |
Color Harmonies of #280D1F
Complementary color
Monochromatic Colors of #280D1F
Black with #280D1F
Text Example
Text Example
White with #280D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D1F; }
p { color: rgb(40,13,31); }
H1.HeaderClassName
{
color: #280D1F;
}
.AnyTagClassName
{
color: #280D1F;
}
</style>
background-color css
<style>
a { background-color: #280D1F; }
a { background-color: rgb(40,13,31); }
div.DivClassName
{
background-color: #280D1F;
}
.BgClassName
{
background-color: #280D1F;
}
</style>
border-color css
<style>
span { border-color: #280D1F; }
span { border-color: rgb(40,13,31); }
td.TdClassName
{
border-color: #280D1F;
}
.TagClassName
{
border-color: #280D1F;
}
</style>