Shades of Blackberry #1D0113
Tints of Blackberry #1D0113
RGB
CMYK
RGB Variations
Color information
#1D0113 (or 0x1D0113) is known color: Blackberry. HEX triplet: 1D, 01 and 13. RGB value is (29,1,19). Sum of RGB (Red+Green+Blue) = 29+1+19=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0113 is #E2FEEC. Grayscale: #0B0B0B. Windows color (decimal): -14876397 or 1245469. OLE color: 1245469.
HSL color Cylindrical-coordinate representation of color #1D0113: hue angle of 321.43º 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 #1D0113 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 1 | 19 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.89 |
| HSL | 321.43º | 0.93% | 0.06% | - |
| HSV(B) | 321.43º | 0.97% | 0.11% | - |
| XYZ | 0.64 | 0.33 | 0.65 | - |
| YUV | 11.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 19 | 0 | 0.97 | 0.34 | 0.89 | 321.43 | 0.93 | 0.06 |
| Hex | 1D | 1 | 13 | 0 | 61 | 22 | 59 | 141 | 5D | 6 |
| Octal | 35 | 1 | 23 | 0 | 141 | 42 | 131 | 501 | 135 | 6 |
| Binary | 11101 | 1 | 10011 | 0 | 1100001 | 100010 | 1011001 | 101000001 | 1011101 | 110 |
Color Harmonies of #1D0113
Complementary color
Monochromatic Colors of #1D0113
Black with #1D0113
Text Example
Text Example
White with #1D0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0113; }
p { color: rgb(29,1,19); }
H1.HeaderClassName
{
color: #1D0113;
}
.AnyTagClassName
{
color: #1D0113;
}
</style>
background-color css
<style>
a { background-color: #1D0113; }
a { background-color: rgb(29,1,19); }
div.DivClassName
{
background-color: #1D0113;
}
.BgClassName
{
background-color: #1D0113;
}
</style>
border-color css
<style>
span { border-color: #1D0113; }
span { border-color: rgb(29,1,19); }
td.TdClassName
{
border-color: #1D0113;
}
.TagClassName
{
border-color: #1D0113;
}
</style>