Shades of Blackberry #28031D
Tints of Blackberry #28031D
RGB
CMYK
RGB Variations
Color information
#28031D (or 0x28031D) is known color: Blackberry. HEX triplet: 28, 03 and 1D. RGB value is (40,3,29). Sum of RGB (Red+Green+Blue) = 40+3+29=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28031D is #D7FCE2. Grayscale: #101010. Windows color (decimal): -14154979 or 1901352. OLE color: 1901352.
HSL color Cylindrical-coordinate representation of color #28031D: hue angle of 317.84º 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 #28031D is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 3 | 29 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.84 |
| HSL | 317.84º | 0.86% | 0.08% | - |
| HSV(B) | 317.84º | 0.93% | 0.16% | - |
| XYZ | 1.13 | 0.6 | 1.22 | - |
| YUV | 17.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 29 | 0 | 0.93 | 0.28 | 0.84 | 317.84 | 0.86 | 0.08 |
| Hex | 28 | 3 | 1D | 0 | 5D | 1C | 54 | 13E | 56 | 8 |
| Octal | 50 | 3 | 35 | 0 | 135 | 34 | 124 | 476 | 126 | 10 |
| Binary | 101000 | 11 | 11101 | 0 | 1011101 | 11100 | 1010100 | 100111110 | 1010110 | 1000 |
Color Harmonies of #28031D
Complementary color
Monochromatic Colors of #28031D
Black with #28031D
Text Example
Text Example
White with #28031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28031D; }
p { color: rgb(40,3,29); }
H1.HeaderClassName
{
color: #28031D;
}
.AnyTagClassName
{
color: #28031D;
}
</style>
background-color css
<style>
a { background-color: #28031D; }
a { background-color: rgb(40,3,29); }
div.DivClassName
{
background-color: #28031D;
}
.BgClassName
{
background-color: #28031D;
}
</style>
border-color css
<style>
span { border-color: #28031D; }
span { border-color: rgb(40,3,29); }
td.TdClassName
{
border-color: #28031D;
}
.TagClassName
{
border-color: #28031D;
}
</style>