Shades of Blackberry #28101B
Tints of Blackberry #28101B
RGB
CMYK
RGB Variations
Color information
#28101B (or 0x28101B) is known color: Blackberry. HEX triplet: 28, 10 and 1B. RGB value is (40,16,27). Sum of RGB (Red+Green+Blue) = 40+16+27=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #28101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28101B is #D7EFE4. Grayscale: #181818. Windows color (decimal): -14151653 or 1773608. OLE color: 1773608.
HSL color Cylindrical-coordinate representation of color #28101B: hue angle of 332.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28101B is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 16 | 27 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.84 |
| HSL | 332.5º | 0.43% | 0.11% | - |
| HSV(B) | 332.5º | 0.6% | 0.16% | - |
| XYZ | 1.26 | 0.9 | 1.14 | - |
| YUV | 24.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 27 | 0 | 0.60 | 0.33 | 0.84 | 332.5 | 0.43 | 0.11 |
| Hex | 28 | 10 | 1B | 0 | 3C | 21 | 54 | 14C | 2B | B |
| Octal | 50 | 20 | 33 | 0 | 74 | 41 | 124 | 514 | 53 | 13 |
| Binary | 101000 | 10000 | 11011 | 0 | 111100 | 100001 | 1010100 | 101001100 | 101011 | 1011 |
Color Harmonies of #28101B
Complementary color
Monochromatic Colors of #28101B
Black with #28101B
Text Example
Text Example
White with #28101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28101B; }
p { color: rgb(40,16,27); }
H1.HeaderClassName
{
color: #28101B;
}
.AnyTagClassName
{
color: #28101B;
}
</style>
background-color css
<style>
a { background-color: #28101B; }
a { background-color: rgb(40,16,27); }
div.DivClassName
{
background-color: #28101B;
}
.BgClassName
{
background-color: #28101B;
}
</style>
border-color css
<style>
span { border-color: #28101B; }
span { border-color: rgb(40,16,27); }
td.TdClassName
{
border-color: #28101B;
}
.TagClassName
{
border-color: #28101B;
}
</style>