Shades of Blackberry #28091C
Tints of Blackberry #28091C
RGB
CMYK
RGB Variations
Color information
#28091C (or 0x28091C) is known color: Blackberry. HEX triplet: 28, 09 and 1C. RGB value is (40,9,28). Sum of RGB (Red+Green+Blue) = 40+9+28=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #28091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28091C is #D7F6E3. Grayscale: #141414. Windows color (decimal): -14153444 or 1837352. OLE color: 1837352.
HSL color Cylindrical-coordinate representation of color #28091C: hue angle of 323.23º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28091C is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 9 | 28 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.84 |
| HSL | 323.23º | 0.63% | 0.1% | - |
| HSV(B) | 323.23º | 0.78% | 0.16% | - |
| XYZ | 1.18 | 0.73 | 1.18 | - |
| YUV | 20.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 28 | 0 | 0.78 | 0.30 | 0.84 | 323.23 | 0.63 | 0.1 |
| Hex | 28 | 9 | 1C | 0 | 4E | 1E | 54 | 143 | 3F | A |
| Octal | 50 | 11 | 34 | 0 | 116 | 36 | 124 | 503 | 77 | 12 |
| Binary | 101000 | 1001 | 11100 | 0 | 1001110 | 11110 | 1010100 | 101000011 | 111111 | 1010 |
Color Harmonies of #28091C
Complementary color
Monochromatic Colors of #28091C
Black with #28091C
Text Example
Text Example
White with #28091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28091C; }
p { color: rgb(40,9,28); }
H1.HeaderClassName
{
color: #28091C;
}
.AnyTagClassName
{
color: #28091C;
}
</style>
background-color css
<style>
a { background-color: #28091C; }
a { background-color: rgb(40,9,28); }
div.DivClassName
{
background-color: #28091C;
}
.BgClassName
{
background-color: #28091C;
}
</style>
border-color css
<style>
span { border-color: #28091C; }
span { border-color: rgb(40,9,28); }
td.TdClassName
{
border-color: #28091C;
}
.TagClassName
{
border-color: #28091C;
}
</style>