Shades of Blackberry #1D0514
Tints of Blackberry #1D0514
RGB
CMYK
RGB Variations
Color information
#1D0514 (or 0x1D0514) is known color: Blackberry. HEX triplet: 1D, 05 and 14. RGB value is (29,5,20). Sum of RGB (Red+Green+Blue) = 29+5+20=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0514 is #E2FAEB. Grayscale: #0D0D0D. Windows color (decimal): -14875372 or 1312029. OLE color: 1312029.
HSL color Cylindrical-coordinate representation of color #1D0514: hue angle of 322.5º 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 #1D0514 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 20 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.89 |
| HSL | 322.5º | 0.71% | 0.07% | - |
| HSV(B) | 322.5º | 0.83% | 0.11% | - |
| XYZ | 0.69 | 0.42 | 0.71 | - |
| YUV | 13.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 20 | 0 | 0.83 | 0.31 | 0.89 | 322.5 | 0.71 | 0.07 |
| Hex | 1D | 5 | 14 | 0 | 53 | 1F | 59 | 142 | 47 | 7 |
| Octal | 35 | 5 | 24 | 0 | 123 | 37 | 131 | 502 | 107 | 7 |
| Binary | 11101 | 101 | 10100 | 0 | 1010011 | 11111 | 1011001 | 101000010 | 1000111 | 111 |
Color Harmonies of #1D0514
Complementary color
Monochromatic Colors of #1D0514
Black with #1D0514
Text Example
Text Example
White with #1D0514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0514; }
p { color: rgb(29,5,20); }
H1.HeaderClassName
{
color: #1D0514;
}
.AnyTagClassName
{
color: #1D0514;
}
</style>
background-color css
<style>
a { background-color: #1D0514; }
a { background-color: rgb(29,5,20); }
div.DivClassName
{
background-color: #1D0514;
}
.BgClassName
{
background-color: #1D0514;
}
</style>
border-color css
<style>
span { border-color: #1D0514; }
span { border-color: rgb(29,5,20); }
td.TdClassName
{
border-color: #1D0514;
}
.TagClassName
{
border-color: #1D0514;
}
</style>