Shades of Blackberry #1D0215
Tints of Blackberry #1D0215
RGB
CMYK
RGB Variations
Color information
#1D0215 (or 0x1D0215) is known color: Blackberry. HEX triplet: 1D, 02 and 15. RGB value is (29,2,21). Sum of RGB (Red+Green+Blue) = 29+2+21=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0215 is #E2FDEA. Grayscale: #0C0C0C. Windows color (decimal): -14876139 or 1376797. OLE color: 1376797.
HSL color Cylindrical-coordinate representation of color #1D0215: hue angle of 317.78º 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 #1D0215 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 2 | 21 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.89 |
| HSL | 317.78º | 0.87% | 0.06% | - |
| HSV(B) | 317.78º | 0.93% | 0.11% | - |
| XYZ | 0.66 | 0.36 | 0.74 | - |
| YUV | 12.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 21 | 0 | 0.93 | 0.28 | 0.89 | 317.78 | 0.87 | 0.06 |
| Hex | 1D | 2 | 15 | 0 | 5D | 1C | 59 | 13E | 57 | 6 |
| Octal | 35 | 2 | 25 | 0 | 135 | 34 | 131 | 476 | 127 | 6 |
| Binary | 11101 | 10 | 10101 | 0 | 1011101 | 11100 | 1011001 | 100111110 | 1010111 | 110 |
Color Harmonies of #1D0215
Complementary color
Monochromatic Colors of #1D0215
Black with #1D0215
Text Example
Text Example
White with #1D0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0215; }
p { color: rgb(29,2,21); }
H1.HeaderClassName
{
color: #1D0215;
}
.AnyTagClassName
{
color: #1D0215;
}
</style>
background-color css
<style>
a { background-color: #1D0215; }
a { background-color: rgb(29,2,21); }
div.DivClassName
{
background-color: #1D0215;
}
.BgClassName
{
background-color: #1D0215;
}
</style>
border-color css
<style>
span { border-color: #1D0215; }
span { border-color: rgb(29,2,21); }
td.TdClassName
{
border-color: #1D0215;
}
.TagClassName
{
border-color: #1D0215;
}
</style>