Shades of Blackberry #280E1C
Tints of Blackberry #280E1C
RGB
CMYK
RGB Variations
Color information
#280E1C (or 0x280E1C) is known color: Blackberry. HEX triplet: 28, 0E and 1C. RGB value is (40,14,28). Sum of RGB (Red+Green+Blue) = 40+14+28=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #280E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E1C is #D7F1E3. Grayscale: #171717. Windows color (decimal): -14152164 or 1838632. OLE color: 1838632.
HSL color Cylindrical-coordinate representation of color #280E1C: hue angle of 327.69º 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 #280E1C is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 28 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.84 |
| HSL | 327.69º | 0.48% | 0.11% | - |
| HSV(B) | 327.69º | 0.65% | 0.16% | - |
| XYZ | 1.24 | 0.85 | 1.2 | - |
| YUV | 23.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 28 | 0 | 0.65 | 0.30 | 0.84 | 327.69 | 0.48 | 0.11 |
| Hex | 28 | E | 1C | 0 | 41 | 1E | 54 | 148 | 30 | B |
| Octal | 50 | 16 | 34 | 0 | 101 | 36 | 124 | 510 | 60 | 13 |
| Binary | 101000 | 1110 | 11100 | 0 | 1000001 | 11110 | 1010100 | 101001000 | 110000 | 1011 |
Color Harmonies of #280E1C
Complementary color
Monochromatic Colors of #280E1C
Black with #280E1C
Text Example
Text Example
White with #280E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E1C; }
p { color: rgb(40,14,28); }
H1.HeaderClassName
{
color: #280E1C;
}
.AnyTagClassName
{
color: #280E1C;
}
</style>
background-color css
<style>
a { background-color: #280E1C; }
a { background-color: rgb(40,14,28); }
div.DivClassName
{
background-color: #280E1C;
}
.BgClassName
{
background-color: #280E1C;
}
</style>
border-color css
<style>
span { border-color: #280E1C; }
span { border-color: rgb(40,14,28); }
td.TdClassName
{
border-color: #280E1C;
}
.TagClassName
{
border-color: #280E1C;
}
</style>