Shades of Blackberry #280A18
Tints of Blackberry #280A18
RGB
CMYK
RGB Variations
Color information
#280A18 (or 0x280A18) is known color: Blackberry. HEX triplet: 28, 0A and 18. RGB value is (40,10,24). Sum of RGB (Red+Green+Blue) = 40+10+24=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #280A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A18 is #D7F5E7. Grayscale: #141414. Windows color (decimal): -14153192 or 1575464. OLE color: 1575464.
HSL color Cylindrical-coordinate representation of color #280A18: hue angle of 332º 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 #280A18 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 24 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.84 |
| HSL | 332º | 0.6% | 0.1% | - |
| HSV(B) | 332º | 0.75% | 0.16% | - |
| XYZ | 1.15 | 0.73 | 0.95 | - |
| YUV | 20.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 24 | 0 | 0.75 | 0.40 | 0.84 | 332 | 0.6 | 0.1 |
| Hex | 28 | A | 18 | 0 | 4B | 28 | 54 | 14C | 3C | A |
| Octal | 50 | 12 | 30 | 0 | 113 | 50 | 124 | 514 | 74 | 12 |
| Binary | 101000 | 1010 | 11000 | 0 | 1001011 | 101000 | 1010100 | 101001100 | 111100 | 1010 |
Color Harmonies of #280A18
Complementary color
Monochromatic Colors of #280A18
Black with #280A18
Text Example
Text Example
White with #280A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A18; }
p { color: rgb(40,10,24); }
H1.HeaderClassName
{
color: #280A18;
}
.AnyTagClassName
{
color: #280A18;
}
</style>
background-color css
<style>
a { background-color: #280A18; }
a { background-color: rgb(40,10,24); }
div.DivClassName
{
background-color: #280A18;
}
.BgClassName
{
background-color: #280A18;
}
</style>
border-color css
<style>
span { border-color: #280A18; }
span { border-color: rgb(40,10,24); }
td.TdClassName
{
border-color: #280A18;
}
.TagClassName
{
border-color: #280A18;
}
</style>