Shades of Blackberry #28001B
Tints of Blackberry #28001B
RGB
CMYK
RGB Variations
Color information
#28001B (or 0x28001B) is known color: Blackberry. HEX triplet: 28, 00 and 1B. RGB value is (40,0,27). Sum of RGB (Red+Green+Blue) = 40+0+27=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #28001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28001B is #D7FFE4. Grayscale: #0E0E0E. Windows color (decimal): -14155749 or 1769512. OLE color: 1769512.
HSL color Cylindrical-coordinate representation of color #28001B: hue angle of 319.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28001B is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.33 | 0.84 |
| HSL | 319.5º | 1% | 0.08% | - |
| HSV(B) | 319.5º | 1% | 0.16% | - |
| XYZ | 1.07 | 0.53 | 1.08 | - |
| YUV | 15.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 27 | 0 | 1 | 0.33 | 0.84 | 319.5 | 1 | 0.08 |
| Hex | 28 | 0 | 1B | 0 | 64 | 21 | 54 | 140 | 64 | 8 |
| Octal | 50 | 0 | 33 | 0 | 144 | 41 | 124 | 500 | 144 | 10 |
| Binary | 101000 | 0 | 11011 | 0 | 1100100 | 100001 | 1010100 | 101000000 | 1100100 | 1000 |
Color Harmonies of #28001B
Complementary color
Monochromatic Colors of #28001B
Black with #28001B
Text Example
Text Example
White with #28001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28001B; }
p { color: rgb(40,0,27); }
H1.HeaderClassName
{
color: #28001B;
}
.AnyTagClassName
{
color: #28001B;
}
</style>
background-color css
<style>
a { background-color: #28001B; }
a { background-color: rgb(40,0,27); }
div.DivClassName
{
background-color: #28001B;
}
.BgClassName
{
background-color: #28001B;
}
</style>
border-color css
<style>
span { border-color: #28001B; }
span { border-color: rgb(40,0,27); }
td.TdClassName
{
border-color: #28001B;
}
.TagClassName
{
border-color: #28001B;
}
</style>