Shades of Blackberry #280A19
Tints of Blackberry #280A19
RGB
CMYK
RGB Variations
Color information
#280A19 (or 0x280A19) is known color: Blackberry. HEX triplet: 28, 0A and 19. RGB value is (40,10,25). Sum of RGB (Red+Green+Blue) = 40+10+25=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A19 is #D7F5E6. Grayscale: #141414. Windows color (decimal): -14153191 or 1641000. OLE color: 1641000.
HSL color Cylindrical-coordinate representation of color #280A19: hue angle of 330º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280A19 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 25 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.84 |
| HSL | 330º | 0.6% | 0.1% | - |
| HSV(B) | 330º | 0.75% | 0.16% | - |
| XYZ | 1.16 | 0.74 | 1 | - |
| YUV | 20.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 25 | 0 | 0.75 | 0.38 | 0.84 | 330 | 0.6 | 0.1 |
| Hex | 28 | A | 19 | 0 | 4B | 26 | 54 | 14A | 3C | A |
| Octal | 50 | 12 | 31 | 0 | 113 | 46 | 124 | 512 | 74 | 12 |
| Binary | 101000 | 1010 | 11001 | 0 | 1001011 | 100110 | 1010100 | 101001010 | 111100 | 1010 |
Color Harmonies of #280A19
Complementary color
Monochromatic Colors of #280A19
Black with #280A19
Text Example
Text Example
White with #280A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A19; }
p { color: rgb(40,10,25); }
H1.HeaderClassName
{
color: #280A19;
}
.AnyTagClassName
{
color: #280A19;
}
</style>
background-color css
<style>
a { background-color: #280A19; }
a { background-color: rgb(40,10,25); }
div.DivClassName
{
background-color: #280A19;
}
.BgClassName
{
background-color: #280A19;
}
</style>
border-color css
<style>
span { border-color: #280A19; }
span { border-color: rgb(40,10,25); }
td.TdClassName
{
border-color: #280A19;
}
.TagClassName
{
border-color: #280A19;
}
</style>