Shades of Blackberry #1D0515
Tints of Blackberry #1D0515
RGB
CMYK
RGB Variations
Color information
#1D0515 (or 0x1D0515) is known color: Blackberry. HEX triplet: 1D, 05 and 15. RGB value is (29,5,21). Sum of RGB (Red+Green+Blue) = 29+5+21=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0515 is #E2FAEA. Grayscale: #0D0D0D. Windows color (decimal): -14875371 or 1377565. OLE color: 1377565.
HSL color Cylindrical-coordinate representation of color #1D0515: hue angle of 320º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D0515 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 21 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.89 |
| HSL | 320º | 0.71% | 0.07% | - |
| HSV(B) | 320º | 0.83% | 0.11% | - |
| XYZ | 0.7 | 0.42 | 0.75 | - |
| YUV | 14 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 21 | 0 | 0.83 | 0.28 | 0.89 | 320 | 0.71 | 0.07 |
| Hex | 1D | 5 | 15 | 0 | 53 | 1C | 59 | 140 | 47 | 7 |
| Octal | 35 | 5 | 25 | 0 | 123 | 34 | 131 | 500 | 107 | 7 |
| Binary | 11101 | 101 | 10101 | 0 | 1010011 | 11100 | 1011001 | 101000000 | 1000111 | 111 |
Color Harmonies of #1D0515
Complementary color
Monochromatic Colors of #1D0515
Black with #1D0515
Text Example
Text Example
White with #1D0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0515; }
p { color: rgb(29,5,21); }
H1.HeaderClassName
{
color: #1D0515;
}
.AnyTagClassName
{
color: #1D0515;
}
</style>
background-color css
<style>
a { background-color: #1D0515; }
a { background-color: rgb(29,5,21); }
div.DivClassName
{
background-color: #1D0515;
}
.BgClassName
{
background-color: #1D0515;
}
</style>
border-color css
<style>
span { border-color: #1D0515; }
span { border-color: rgb(29,5,21); }
td.TdClassName
{
border-color: #1D0515;
}
.TagClassName
{
border-color: #1D0515;
}
</style>