Shades of Blackberry #1D0211
Tints of Blackberry #1D0211
RGB
CMYK
RGB Variations
Color information
#1D0211 (or 0x1D0211) is known color: Blackberry. HEX triplet: 1D, 02 and 11. RGB value is (29,2,17). Sum of RGB (Red+Green+Blue) = 29+2+17=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0211 is #E2FDEE. Grayscale: #0B0B0B. Windows color (decimal): -14876143 or 1114653. OLE color: 1114653.
HSL color Cylindrical-coordinate representation of color #1D0211: hue angle of 326.67º degrees, saturation: 0.87, 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 #1D0211 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 2 | 17 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.89 |
| HSL | 326.67º | 0.87% | 0.06% | - |
| HSV(B) | 326.67º | 0.93% | 0.11% | - |
| XYZ | 0.63 | 0.35 | 0.56 | - |
| YUV | 11.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 17 | 0 | 0.93 | 0.41 | 0.89 | 326.67 | 0.87 | 0.06 |
| Hex | 1D | 2 | 11 | 0 | 5D | 29 | 59 | 147 | 57 | 6 |
| Octal | 35 | 2 | 21 | 0 | 135 | 51 | 131 | 507 | 127 | 6 |
| Binary | 11101 | 10 | 10001 | 0 | 1011101 | 101001 | 1011001 | 101000111 | 1010111 | 110 |
Color Harmonies of #1D0211
Complementary color
Monochromatic Colors of #1D0211
Black with #1D0211
Text Example
Text Example
White with #1D0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0211; }
p { color: rgb(29,2,17); }
H1.HeaderClassName
{
color: #1D0211;
}
.AnyTagClassName
{
color: #1D0211;
}
</style>
background-color css
<style>
a { background-color: #1D0211; }
a { background-color: rgb(29,2,17); }
div.DivClassName
{
background-color: #1D0211;
}
.BgClassName
{
background-color: #1D0211;
}
</style>
border-color css
<style>
span { border-color: #1D0211; }
span { border-color: rgb(29,2,17); }
td.TdClassName
{
border-color: #1D0211;
}
.TagClassName
{
border-color: #1D0211;
}
</style>