Shades of Blackberry #1D0613
Tints of Blackberry #1D0613
RGB
CMYK
RGB Variations
Color information
#1D0613 (or 0x1D0613) is known color: Blackberry. HEX triplet: 1D, 06 and 13. RGB value is (29,6,19). Sum of RGB (Red+Green+Blue) = 29+6+19=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0613 is #E2F9EC. Grayscale: #0E0E0E. Windows color (decimal): -14875117 or 1246749. OLE color: 1246749.
HSL color Cylindrical-coordinate representation of color #1D0613: hue angle of 326.09º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D0613 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 19 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.89 |
| HSL | 326.09º | 0.66% | 0.07% | - |
| HSV(B) | 326.09º | 0.79% | 0.11% | - |
| XYZ | 0.69 | 0.44 | 0.66 | - |
| YUV | 14.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 19 | 0 | 0.79 | 0.34 | 0.89 | 326.09 | 0.66 | 0.07 |
| Hex | 1D | 6 | 13 | 0 | 4F | 22 | 59 | 146 | 42 | 7 |
| Octal | 35 | 6 | 23 | 0 | 117 | 42 | 131 | 506 | 102 | 7 |
| Binary | 11101 | 110 | 10011 | 0 | 1001111 | 100010 | 1011001 | 101000110 | 1000010 | 111 |
Color Harmonies of #1D0613
Complementary color
Monochromatic Colors of #1D0613
Black with #1D0613
Text Example
Text Example
White with #1D0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0613; }
p { color: rgb(29,6,19); }
H1.HeaderClassName
{
color: #1D0613;
}
.AnyTagClassName
{
color: #1D0613;
}
</style>
background-color css
<style>
a { background-color: #1D0613; }
a { background-color: rgb(29,6,19); }
div.DivClassName
{
background-color: #1D0613;
}
.BgClassName
{
background-color: #1D0613;
}
</style>
border-color css
<style>
span { border-color: #1D0613; }
span { border-color: rgb(29,6,19); }
td.TdClassName
{
border-color: #1D0613;
}
.TagClassName
{
border-color: #1D0613;
}
</style>