Shades of Blackberry #280619
Tints of Blackberry #280619
RGB
CMYK
RGB Variations
Color information
#280619 (or 0x280619) is known color: Blackberry. HEX triplet: 28, 06 and 19. RGB value is (40,6,25). Sum of RGB (Red+Green+Blue) = 40+6+25=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280619 is #D7F9E6. Grayscale: #121212. Windows color (decimal): -14154215 or 1639976. OLE color: 1639976.
HSL color Cylindrical-coordinate representation of color #280619: hue angle of 326.47º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280619 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 25 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.84 |
| HSL | 326.47º | 0.74% | 0.09% | - |
| HSV(B) | 326.47º | 0.85% | 0.16% | - |
| XYZ | 1.12 | 0.65 | 0.99 | - |
| YUV | 18.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 25 | 0 | 0.85 | 0.38 | 0.84 | 326.47 | 0.74 | 0.09 |
| Hex | 28 | 6 | 19 | 0 | 55 | 26 | 54 | 146 | 4A | 9 |
| Octal | 50 | 6 | 31 | 0 | 125 | 46 | 124 | 506 | 112 | 11 |
| Binary | 101000 | 110 | 11001 | 0 | 1010101 | 100110 | 1010100 | 101000110 | 1001010 | 1001 |
Color Harmonies of #280619
Complementary color
Monochromatic Colors of #280619
Black with #280619
Text Example
Text Example
White with #280619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280619; }
p { color: rgb(40,6,25); }
H1.HeaderClassName
{
color: #280619;
}
.AnyTagClassName
{
color: #280619;
}
</style>
background-color css
<style>
a { background-color: #280619; }
a { background-color: rgb(40,6,25); }
div.DivClassName
{
background-color: #280619;
}
.BgClassName
{
background-color: #280619;
}
</style>
border-color css
<style>
span { border-color: #280619; }
span { border-color: rgb(40,6,25); }
td.TdClassName
{
border-color: #280619;
}
.TagClassName
{
border-color: #280619;
}
</style>