Shades of Blackberry #28041F
Tints of Blackberry #28041F
RGB
CMYK
RGB Variations
Color information
#28041F (or 0x28041F) is known color: Blackberry. HEX triplet: 28, 04 and 1F. RGB value is (40,4,31). Sum of RGB (Red+Green+Blue) = 40+4+31=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28041F is #D7FBE0. Grayscale: #111111. Windows color (decimal): -14154721 or 2032680. OLE color: 2032680.
HSL color Cylindrical-coordinate representation of color #28041F: hue angle of 315º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28041F is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 4 | 31 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.84 |
| HSL | 315º | 0.82% | 0.09% | - |
| HSV(B) | 315º | 0.9% | 0.16% | - |
| XYZ | 1.17 | 0.64 | 1.36 | - |
| YUV | 17.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 31 | 0 | 0.90 | 0.22 | 0.84 | 315 | 0.82 | 0.09 |
| Hex | 28 | 4 | 1F | 0 | 5A | 16 | 54 | 13B | 52 | 9 |
| Octal | 50 | 4 | 37 | 0 | 132 | 26 | 124 | 473 | 122 | 11 |
| Binary | 101000 | 100 | 11111 | 0 | 1011010 | 10110 | 1010100 | 100111011 | 1010010 | 1001 |
Color Harmonies of #28041F
Complementary color
Monochromatic Colors of #28041F
Black with #28041F
Text Example
Text Example
White with #28041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28041F; }
p { color: rgb(40,4,31); }
H1.HeaderClassName
{
color: #28041F;
}
.AnyTagClassName
{
color: #28041F;
}
</style>
background-color css
<style>
a { background-color: #28041F; }
a { background-color: rgb(40,4,31); }
div.DivClassName
{
background-color: #28041F;
}
.BgClassName
{
background-color: #28041F;
}
</style>
border-color css
<style>
span { border-color: #28041F; }
span { border-color: rgb(40,4,31); }
td.TdClassName
{
border-color: #28041F;
}
.TagClassName
{
border-color: #28041F;
}
</style>