Shades of Blackberry #1D0714
Tints of Blackberry #1D0714
RGB
CMYK
RGB Variations
Color information
#1D0714 (or 0x1D0714) is known color: Blackberry. HEX triplet: 1D, 07 and 14. RGB value is (29,7,20). Sum of RGB (Red+Green+Blue) = 29+7+20=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0714 is #E2F8EB. Grayscale: #0F0F0F. Windows color (decimal): -14874860 or 1312541. OLE color: 1312541.
HSL color Cylindrical-coordinate representation of color #1D0714: hue angle of 324.55º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D0714 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 7 | 20 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.89 |
| HSL | 324.55º | 0.61% | 0.07% | - |
| HSV(B) | 324.55º | 0.76% | 0.11% | - |
| XYZ | 0.71 | 0.46 | 0.71 | - |
| YUV | 15.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 20 | 0 | 0.76 | 0.31 | 0.89 | 324.55 | 0.61 | 0.07 |
| Hex | 1D | 7 | 14 | 0 | 4C | 1F | 59 | 145 | 3D | 7 |
| Octal | 35 | 7 | 24 | 0 | 114 | 37 | 131 | 505 | 75 | 7 |
| Binary | 11101 | 111 | 10100 | 0 | 1001100 | 11111 | 1011001 | 101000101 | 111101 | 111 |
Color Harmonies of #1D0714
Complementary color
Monochromatic Colors of #1D0714
Black with #1D0714
Text Example
Text Example
White with #1D0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0714; }
p { color: rgb(29,7,20); }
H1.HeaderClassName
{
color: #1D0714;
}
.AnyTagClassName
{
color: #1D0714;
}
</style>
background-color css
<style>
a { background-color: #1D0714; }
a { background-color: rgb(29,7,20); }
div.DivClassName
{
background-color: #1D0714;
}
.BgClassName
{
background-color: #1D0714;
}
</style>
border-color css
<style>
span { border-color: #1D0714; }
span { border-color: rgb(29,7,20); }
td.TdClassName
{
border-color: #1D0714;
}
.TagClassName
{
border-color: #1D0714;
}
</style>