Shades of Blackberry #1D0111
Tints of Blackberry #1D0111
RGB
CMYK
RGB Variations
Color information
#1D0111 (or 0x1D0111) is known color: Blackberry. HEX triplet: 1D, 01 and 11. RGB value is (29,1,17). Sum of RGB (Red+Green+Blue) = 29+1+17=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0111 is #E2FEEE. Grayscale: #0B0B0B. Windows color (decimal): -14876399 or 1114397. OLE color: 1114397.
HSL color Cylindrical-coordinate representation of color #1D0111: hue angle of 325.71º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0111 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 1 | 17 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.89 |
| HSL | 325.71º | 0.93% | 0.06% | - |
| HSV(B) | 325.71º | 0.97% | 0.11% | - |
| XYZ | 0.62 | 0.32 | 0.56 | - |
| YUV | 11.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 17 | 0 | 0.97 | 0.41 | 0.89 | 325.71 | 0.93 | 0.06 |
| Hex | 1D | 1 | 11 | 0 | 61 | 29 | 59 | 146 | 5D | 6 |
| Octal | 35 | 1 | 21 | 0 | 141 | 51 | 131 | 506 | 135 | 6 |
| Binary | 11101 | 1 | 10001 | 0 | 1100001 | 101001 | 1011001 | 101000110 | 1011101 | 110 |
Color Harmonies of #1D0111
Complementary color
Monochromatic Colors of #1D0111
Black with #1D0111
Text Example
Text Example
White with #1D0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0111; }
p { color: rgb(29,1,17); }
H1.HeaderClassName
{
color: #1D0111;
}
.AnyTagClassName
{
color: #1D0111;
}
</style>
background-color css
<style>
a { background-color: #1D0111; }
a { background-color: rgb(29,1,17); }
div.DivClassName
{
background-color: #1D0111;
}
.BgClassName
{
background-color: #1D0111;
}
</style>
border-color css
<style>
span { border-color: #1D0111; }
span { border-color: rgb(29,1,17); }
td.TdClassName
{
border-color: #1D0111;
}
.TagClassName
{
border-color: #1D0111;
}
</style>