Shades of Blackberry #1D0A14
Tints of Blackberry #1D0A14
RGB
CMYK
RGB Variations
Color information
#1D0A14 (or 0x1D0A14) is known color: Blackberry. HEX triplet: 1D, 0A and 14. RGB value is (29,10,20). Sum of RGB (Red+Green+Blue) = 29+10+20=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A14 is #E2F5EB. Grayscale: #101010. Windows color (decimal): -14874092 or 1313309. OLE color: 1313309.
HSL color Cylindrical-coordinate representation of color #1D0A14: hue angle of 328.42º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D0A14 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 20 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.89 |
| HSL | 328.42º | 0.49% | 0.08% | - |
| HSV(B) | 328.42º | 0.66% | 0.11% | - |
| XYZ | 0.74 | 0.53 | 0.72 | - |
| YUV | 16.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 20 | 0 | 0.66 | 0.31 | 0.89 | 328.42 | 0.49 | 0.08 |
| Hex | 1D | A | 14 | 0 | 42 | 1F | 59 | 148 | 31 | 8 |
| Octal | 35 | 12 | 24 | 0 | 102 | 37 | 131 | 510 | 61 | 10 |
| Binary | 11101 | 1010 | 10100 | 0 | 1000010 | 11111 | 1011001 | 101001000 | 110001 | 1000 |
Color Harmonies of #1D0A14
Complementary color
Monochromatic Colors of #1D0A14
Black with #1D0A14
Text Example
Text Example
White with #1D0A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A14; }
p { color: rgb(29,10,20); }
H1.HeaderClassName
{
color: #1D0A14;
}
.AnyTagClassName
{
color: #1D0A14;
}
</style>
background-color css
<style>
a { background-color: #1D0A14; }
a { background-color: rgb(29,10,20); }
div.DivClassName
{
background-color: #1D0A14;
}
.BgClassName
{
background-color: #1D0A14;
}
</style>
border-color css
<style>
span { border-color: #1D0A14; }
span { border-color: rgb(29,10,20); }
td.TdClassName
{
border-color: #1D0A14;
}
.TagClassName
{
border-color: #1D0A14;
}
</style>