Shades of Blackberry #28071C
Tints of Blackberry #28071C
RGB
CMYK
RGB Variations
Color information
#28071C (or 0x28071C) is known color: Blackberry. HEX triplet: 28, 07 and 1C. RGB value is (40,7,28). Sum of RGB (Red+Green+Blue) = 40+7+28=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28071C is #D7F8E3. Grayscale: #131313. Windows color (decimal): -14153956 or 1836840. OLE color: 1836840.
HSL color Cylindrical-coordinate representation of color #28071C: hue angle of 321.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28071C is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 7 | 28 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.84 |
| HSL | 321.82º | 0.7% | 0.09% | - |
| HSV(B) | 321.82º | 0.83% | 0.16% | - |
| XYZ | 1.16 | 0.69 | 1.17 | - |
| YUV | 19.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 28 | 0 | 0.83 | 0.30 | 0.84 | 321.82 | 0.7 | 0.09 |
| Hex | 28 | 7 | 1C | 0 | 53 | 1E | 54 | 142 | 46 | 9 |
| Octal | 50 | 7 | 34 | 0 | 123 | 36 | 124 | 502 | 106 | 11 |
| Binary | 101000 | 111 | 11100 | 0 | 1010011 | 11110 | 1010100 | 101000010 | 1000110 | 1001 |
Color Harmonies of #28071C
Complementary color
Monochromatic Colors of #28071C
Black with #28071C
Text Example
Text Example
White with #28071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28071C; }
p { color: rgb(40,7,28); }
H1.HeaderClassName
{
color: #28071C;
}
.AnyTagClassName
{
color: #28071C;
}
</style>
background-color css
<style>
a { background-color: #28071C; }
a { background-color: rgb(40,7,28); }
div.DivClassName
{
background-color: #28071C;
}
.BgClassName
{
background-color: #28071C;
}
</style>
border-color css
<style>
span { border-color: #28071C; }
span { border-color: rgb(40,7,28); }
td.TdClassName
{
border-color: #28071C;
}
.TagClassName
{
border-color: #28071C;
}
</style>