Shades of Blackberry #1B0211
Tints of Blackberry #1B0211
RGB
CMYK
RGB Variations
Color information
#1B0211 (or 0x1B0211) is known color: Blackberry. HEX triplet: 1B, 02 and 11. RGB value is (27,2,17). Sum of RGB (Red+Green+Blue) = 27+2+17=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0211 is #E4FDEE. Grayscale: #0B0B0B. Windows color (decimal): -15007215 or 1114651. OLE color: 1114651.
HSL color Cylindrical-coordinate representation of color #1B0211: hue angle of 324º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0211 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 2 | 17 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.89 |
| HSL | 324º | 0.86% | 0.06% | - |
| HSV(B) | 324º | 0.93% | 0.11% | - |
| XYZ | 0.57 | 0.32 | 0.56 | - |
| YUV | 11.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 17 | 0 | 0.93 | 0.37 | 0.89 | 324 | 0.86 | 0.06 |
| Hex | 1B | 2 | 11 | 0 | 5D | 25 | 59 | 144 | 56 | 6 |
| Octal | 33 | 2 | 21 | 0 | 135 | 45 | 131 | 504 | 126 | 6 |
| Binary | 11011 | 10 | 10001 | 0 | 1011101 | 100101 | 1011001 | 101000100 | 1010110 | 110 |
Color Harmonies of #1B0211
Complementary color
Monochromatic Colors of #1B0211
Black with #1B0211
Text Example
Text Example
White with #1B0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0211; }
p { color: rgb(27,2,17); }
H1.HeaderClassName
{
color: #1B0211;
}
.AnyTagClassName
{
color: #1B0211;
}
</style>
background-color css
<style>
a { background-color: #1B0211; }
a { background-color: rgb(27,2,17); }
div.DivClassName
{
background-color: #1B0211;
}
.BgClassName
{
background-color: #1B0211;
}
</style>
border-color css
<style>
span { border-color: #1B0211; }
span { border-color: rgb(27,2,17); }
td.TdClassName
{
border-color: #1B0211;
}
.TagClassName
{
border-color: #1B0211;
}
</style>