Shades of Blackberry #1D0412
Tints of Blackberry #1D0412
RGB
CMYK
RGB Variations
Color information
#1D0412 (or 0x1D0412) is known color: Blackberry. HEX triplet: 1D, 04 and 12. RGB value is (29,4,18). Sum of RGB (Red+Green+Blue) = 29+4+18=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0412 is #E2FBED. Grayscale: #0D0D0D. Windows color (decimal): -14875630 or 1180701. OLE color: 1180701.
HSL color Cylindrical-coordinate representation of color #1D0412: hue angle of 326.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D0412 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 4 | 18 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.89 |
| HSL | 326.4º | 0.76% | 0.06% | - |
| HSV(B) | 326.4º | 0.86% | 0.11% | - |
| XYZ | 0.66 | 0.39 | 0.61 | - |
| YUV | 13.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 18 | 0 | 0.86 | 0.38 | 0.89 | 326.4 | 0.76 | 0.06 |
| Hex | 1D | 4 | 12 | 0 | 56 | 26 | 59 | 146 | 4C | 6 |
| Octal | 35 | 4 | 22 | 0 | 126 | 46 | 131 | 506 | 114 | 6 |
| Binary | 11101 | 100 | 10010 | 0 | 1010110 | 100110 | 1011001 | 101000110 | 1001100 | 110 |
Color Harmonies of #1D0412
Complementary color
Monochromatic Colors of #1D0412
Black with #1D0412
Text Example
Text Example
White with #1D0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0412; }
p { color: rgb(29,4,18); }
H1.HeaderClassName
{
color: #1D0412;
}
.AnyTagClassName
{
color: #1D0412;
}
</style>
background-color css
<style>
a { background-color: #1D0412; }
a { background-color: rgb(29,4,18); }
div.DivClassName
{
background-color: #1D0412;
}
.BgClassName
{
background-color: #1D0412;
}
</style>
border-color css
<style>
span { border-color: #1D0412; }
span { border-color: rgb(29,4,18); }
td.TdClassName
{
border-color: #1D0412;
}
.TagClassName
{
border-color: #1D0412;
}
</style>