Shades of Blackberry #280316
Tints of Blackberry #280316
RGB
CMYK
RGB Variations
Color information
#280316 (or 0x280316) is known color: Blackberry. HEX triplet: 28, 03 and 16. RGB value is (40,3,22). Sum of RGB (Red+Green+Blue) = 40+3+22=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280316 is #D7FCE9. Grayscale: #101010. Windows color (decimal): -14154986 or 1442600. OLE color: 1442600.
HSL color Cylindrical-coordinate representation of color #280316: hue angle of 329.19º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280316 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 3 | 22 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.84 |
| HSL | 329.19º | 0.86% | 0.08% | - |
| HSV(B) | 329.19º | 0.93% | 0.16% | - |
| XYZ | 1.05 | 0.57 | 0.81 | - |
| YUV | 16.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 22 | 0 | 0.93 | 0.45 | 0.84 | 329.19 | 0.86 | 0.08 |
| Hex | 28 | 3 | 16 | 0 | 5D | 2D | 54 | 149 | 56 | 8 |
| Octal | 50 | 3 | 26 | 0 | 135 | 55 | 124 | 511 | 126 | 10 |
| Binary | 101000 | 11 | 10110 | 0 | 1011101 | 101101 | 1010100 | 101001001 | 1010110 | 1000 |
Color Harmonies of #280316
Complementary color
Monochromatic Colors of #280316
Black with #280316
Text Example
Text Example
White with #280316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280316; }
p { color: rgb(40,3,22); }
H1.HeaderClassName
{
color: #280316;
}
.AnyTagClassName
{
color: #280316;
}
</style>
background-color css
<style>
a { background-color: #280316; }
a { background-color: rgb(40,3,22); }
div.DivClassName
{
background-color: #280316;
}
.BgClassName
{
background-color: #280316;
}
</style>
border-color css
<style>
span { border-color: #280316; }
span { border-color: rgb(40,3,22); }
td.TdClassName
{
border-color: #280316;
}
.TagClassName
{
border-color: #280316;
}
</style>