Shades of Blackberry #280F1E
Tints of Blackberry #280F1E
RGB
CMYK
RGB Variations
Color information
#280F1E (or 0x280F1E) is known color: Blackberry. HEX triplet: 28, 0F and 1E. RGB value is (40,15,30). Sum of RGB (Red+Green+Blue) = 40+15+30=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #280F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F1E is #D7F0E1. Grayscale: #181818. Windows color (decimal): -14151906 or 1969960. OLE color: 1969960.
HSL color Cylindrical-coordinate representation of color #280F1E: hue angle of 324º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #280F1E is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 15 | 30 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.84 |
| HSL | 324º | 0.45% | 0.11% | - |
| HSV(B) | 324º | 0.63% | 0.16% | - |
| XYZ | 1.28 | 0.89 | 1.33 | - |
| YUV | 24.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 30 | 0 | 0.62 | 0.25 | 0.84 | 324 | 0.45 | 0.11 |
| Hex | 28 | F | 1E | 0 | 3E | 19 | 54 | 144 | 2D | B |
| Octal | 50 | 17 | 36 | 0 | 76 | 31 | 124 | 504 | 55 | 13 |
| Binary | 101000 | 1111 | 11110 | 0 | 111110 | 11001 | 1010100 | 101000100 | 101101 | 1011 |
Color Harmonies of #280F1E
Complementary color
Monochromatic Colors of #280F1E
Black with #280F1E
Text Example
Text Example
White with #280F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F1E; }
p { color: rgb(40,15,30); }
H1.HeaderClassName
{
color: #280F1E;
}
.AnyTagClassName
{
color: #280F1E;
}
</style>
background-color css
<style>
a { background-color: #280F1E; }
a { background-color: rgb(40,15,30); }
div.DivClassName
{
background-color: #280F1E;
}
.BgClassName
{
background-color: #280F1E;
}
</style>
border-color css
<style>
span { border-color: #280F1E; }
span { border-color: rgb(40,15,30); }
td.TdClassName
{
border-color: #280F1E;
}
.TagClassName
{
border-color: #280F1E;
}
</style>