Shades of Blackberry #280C1A
Tints of Blackberry #280C1A
RGB
CMYK
RGB Variations
Color information
#280C1A (or 0x280C1A) is known color: Blackberry. HEX triplet: 28, 0C and 1A. RGB value is (40,12,26). Sum of RGB (Red+Green+Blue) = 40+12+26=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #280C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C1A is #D7F3E5. Grayscale: #151515. Windows color (decimal): -14152678 or 1707048. OLE color: 1707048.
HSL color Cylindrical-coordinate representation of color #280C1A: hue angle of 330º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C1A is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 26 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.84 |
| HSL | 330º | 0.54% | 0.1% | - |
| HSV(B) | 330º | 0.7% | 0.16% | - |
| XYZ | 1.19 | 0.79 | 1.07 | - |
| YUV | 21.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 26 | 0 | 0.70 | 0.35 | 0.84 | 330 | 0.54 | 0.1 |
| Hex | 28 | C | 1A | 0 | 46 | 23 | 54 | 14A | 36 | A |
| Octal | 50 | 14 | 32 | 0 | 106 | 43 | 124 | 512 | 66 | 12 |
| Binary | 101000 | 1100 | 11010 | 0 | 1000110 | 100011 | 1010100 | 101001010 | 110110 | 1010 |
Color Harmonies of #280C1A
Complementary color
Monochromatic Colors of #280C1A
Black with #280C1A
Text Example
Text Example
White with #280C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C1A; }
p { color: rgb(40,12,26); }
H1.HeaderClassName
{
color: #280C1A;
}
.AnyTagClassName
{
color: #280C1A;
}
</style>
background-color css
<style>
a { background-color: #280C1A; }
a { background-color: rgb(40,12,26); }
div.DivClassName
{
background-color: #280C1A;
}
.BgClassName
{
background-color: #280C1A;
}
</style>
border-color css
<style>
span { border-color: #280C1A; }
span { border-color: rgb(40,12,26); }
td.TdClassName
{
border-color: #280C1A;
}
.TagClassName
{
border-color: #280C1A;
}
</style>