Shades of Blackberry #1D0914
Tints of Blackberry #1D0914
RGB
CMYK
RGB Variations
Color information
#1D0914 (or 0x1D0914) is known color: Blackberry. HEX triplet: 1D, 09 and 14. RGB value is (29,9,20). Sum of RGB (Red+Green+Blue) = 29+9+20=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0914 is #E2F6EB. Grayscale: #101010. Windows color (decimal): -14874348 or 1313053. OLE color: 1313053.
HSL color Cylindrical-coordinate representation of color #1D0914: hue angle of 327º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D0914 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 9 | 20 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.89 |
| HSL | 327º | 0.53% | 0.07% | - |
| HSV(B) | 327º | 0.69% | 0.11% | - |
| XYZ | 0.73 | 0.51 | 0.72 | - |
| YUV | 16.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 20 | 0 | 0.69 | 0.31 | 0.89 | 327 | 0.53 | 0.07 |
| Hex | 1D | 9 | 14 | 0 | 45 | 1F | 59 | 147 | 35 | 7 |
| Octal | 35 | 11 | 24 | 0 | 105 | 37 | 131 | 507 | 65 | 7 |
| Binary | 11101 | 1001 | 10100 | 0 | 1000101 | 11111 | 1011001 | 101000111 | 110101 | 111 |
Color Harmonies of #1D0914
Complementary color
Monochromatic Colors of #1D0914
Black with #1D0914
Text Example
Text Example
White with #1D0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0914; }
p { color: rgb(29,9,20); }
H1.HeaderClassName
{
color: #1D0914;
}
.AnyTagClassName
{
color: #1D0914;
}
</style>
background-color css
<style>
a { background-color: #1D0914; }
a { background-color: rgb(29,9,20); }
div.DivClassName
{
background-color: #1D0914;
}
.BgClassName
{
background-color: #1D0914;
}
</style>
border-color css
<style>
span { border-color: #1D0914; }
span { border-color: rgb(29,9,20); }
td.TdClassName
{
border-color: #1D0914;
}
.TagClassName
{
border-color: #1D0914;
}
</style>