Shades of Blackberry #280C1B
Tints of Blackberry #280C1B
RGB
CMYK
RGB Variations
Color information
#280C1B (or 0x280C1B) is known color: Blackberry. HEX triplet: 28, 0C and 1B. RGB value is (40,12,27). Sum of RGB (Red+Green+Blue) = 40+12+27=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C1B is #D7F3E4. Grayscale: #161616. Windows color (decimal): -14152677 or 1772584. OLE color: 1772584.
HSL color Cylindrical-coordinate representation of color #280C1B: hue angle of 327.86º 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 #280C1B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 27 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.84 |
| HSL | 327.86º | 0.54% | 0.1% | - |
| HSV(B) | 327.86º | 0.7% | 0.16% | - |
| XYZ | 1.2 | 0.79 | 1.13 | - |
| YUV | 22.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 27 | 0 | 0.70 | 0.33 | 0.84 | 327.86 | 0.54 | 0.1 |
| Hex | 28 | C | 1B | 0 | 46 | 21 | 54 | 148 | 36 | A |
| Octal | 50 | 14 | 33 | 0 | 106 | 41 | 124 | 510 | 66 | 12 |
| Binary | 101000 | 1100 | 11011 | 0 | 1000110 | 100001 | 1010100 | 101001000 | 110110 | 1010 |
Color Harmonies of #280C1B
Complementary color
Monochromatic Colors of #280C1B
Black with #280C1B
Text Example
Text Example
White with #280C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C1B; }
p { color: rgb(40,12,27); }
H1.HeaderClassName
{
color: #280C1B;
}
.AnyTagClassName
{
color: #280C1B;
}
</style>
background-color css
<style>
a { background-color: #280C1B; }
a { background-color: rgb(40,12,27); }
div.DivClassName
{
background-color: #280C1B;
}
.BgClassName
{
background-color: #280C1B;
}
</style>
border-color css
<style>
span { border-color: #280C1B; }
span { border-color: rgb(40,12,27); }
td.TdClassName
{
border-color: #280C1B;
}
.TagClassName
{
border-color: #280C1B;
}
</style>