Shades of Blackberry #1D0112
Tints of Blackberry #1D0112
RGB
CMYK
RGB Variations
Color information
#1D0112 (or 0x1D0112) is known color: Blackberry. HEX triplet: 1D, 01 and 12. RGB value is (29,1,18). Sum of RGB (Red+Green+Blue) = 29+1+18=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0112 is #E2FEED. Grayscale: #0B0B0B. Windows color (decimal): -14876398 or 1179933. OLE color: 1179933.
HSL color Cylindrical-coordinate representation of color #1D0112: hue angle of 323.57º 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 #1D0112 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 1 | 18 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.89 |
| HSL | 323.57º | 0.93% | 0.06% | - |
| HSV(B) | 323.57º | 0.97% | 0.11% | - |
| XYZ | 0.63 | 0.33 | 0.6 | - |
| YUV | 11.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 18 | 0 | 0.97 | 0.38 | 0.89 | 323.57 | 0.93 | 0.06 |
| Hex | 1D | 1 | 12 | 0 | 61 | 26 | 59 | 144 | 5D | 6 |
| Octal | 35 | 1 | 22 | 0 | 141 | 46 | 131 | 504 | 135 | 6 |
| Binary | 11101 | 1 | 10010 | 0 | 1100001 | 100110 | 1011001 | 101000100 | 1011101 | 110 |
Color Harmonies of #1D0112
Complementary color
Monochromatic Colors of #1D0112
Black with #1D0112
Text Example
Text Example
White with #1D0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0112; }
p { color: rgb(29,1,18); }
H1.HeaderClassName
{
color: #1D0112;
}
.AnyTagClassName
{
color: #1D0112;
}
</style>
background-color css
<style>
a { background-color: #1D0112; }
a { background-color: rgb(29,1,18); }
div.DivClassName
{
background-color: #1D0112;
}
.BgClassName
{
background-color: #1D0112;
}
</style>
border-color css
<style>
span { border-color: #1D0112; }
span { border-color: rgb(29,1,18); }
td.TdClassName
{
border-color: #1D0112;
}
.TagClassName
{
border-color: #1D0112;
}
</style>