Shades of Blackberry #28041C
Tints of Blackberry #28041C
RGB
CMYK
RGB Variations
Color information
#28041C (or 0x28041C) is known color: Blackberry. HEX triplet: 28, 04 and 1C. RGB value is (40,4,28). Sum of RGB (Red+Green+Blue) = 40+4+28=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28041C is #D7FBE3. Grayscale: #111111. Windows color (decimal): -14154724 or 1836072. OLE color: 1836072.
HSL color Cylindrical-coordinate representation of color #28041C: hue angle of 320º 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 #28041C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 4 | 28 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.84 |
| HSL | 320º | 0.82% | 0.09% | - |
| HSV(B) | 320º | 0.9% | 0.16% | - |
| XYZ | 1.13 | 0.62 | 1.16 | - |
| YUV | 17.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 28 | 0 | 0.90 | 0.30 | 0.84 | 320 | 0.82 | 0.09 |
| Hex | 28 | 4 | 1C | 0 | 5A | 1E | 54 | 140 | 52 | 9 |
| Octal | 50 | 4 | 34 | 0 | 132 | 36 | 124 | 500 | 122 | 11 |
| Binary | 101000 | 100 | 11100 | 0 | 1011010 | 11110 | 1010100 | 101000000 | 1010010 | 1001 |
Color Harmonies of #28041C
Complementary color
Monochromatic Colors of #28041C
Black with #28041C
Text Example
Text Example
White with #28041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28041C; }
p { color: rgb(40,4,28); }
H1.HeaderClassName
{
color: #28041C;
}
.AnyTagClassName
{
color: #28041C;
}
</style>
background-color css
<style>
a { background-color: #28041C; }
a { background-color: rgb(40,4,28); }
div.DivClassName
{
background-color: #28041C;
}
.BgClassName
{
background-color: #28041C;
}
</style>
border-color css
<style>
span { border-color: #28041C; }
span { border-color: rgb(40,4,28); }
td.TdClassName
{
border-color: #28041C;
}
.TagClassName
{
border-color: #28041C;
}
</style>