Shades of Blackberry #1A0D14
Tints of Blackberry #1A0D14
RGB
CMYK
RGB Variations
Color information
#1A0D14 (or 0x1A0D14) is known color: Blackberry. HEX triplet: 1A, 0D and 14. RGB value is (26,13,20). Sum of RGB (Red+Green+Blue) = 26+13+20=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D14 is #E5F2EB. Grayscale: #111111. Windows color (decimal): -15069932 or 1314074. OLE color: 1314074.
HSL color Cylindrical-coordinate representation of color #1A0D14: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A0D14 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 13 | 20 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.90 |
| HSL | 327.69º | 0.33% | 0.08% | - |
| HSV(B) | 327.69º | 0.5% | 0.1% | - |
| XYZ | 0.7 | 0.56 | 0.73 | - |
| YUV | 17.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 20 | 0 | 0.5 | 0.23 | 0.90 | 327.69 | 0.33 | 0.08 |
| Hex | 1A | D | 14 | 0 | 32 | 17 | 5A | 148 | 21 | 8 |
| Octal | 32 | 15 | 24 | 0 | 62 | 27 | 132 | 510 | 41 | 10 |
| Binary | 11010 | 1101 | 10100 | 0 | 110010 | 10111 | 1011010 | 101001000 | 100001 | 1000 |
Color Harmonies of #1A0D14
Complementary color
Monochromatic Colors of #1A0D14
Black with #1A0D14
Text Example
Text Example
White with #1A0D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D14; }
p { color: rgb(26,13,20); }
H1.HeaderClassName
{
color: #1A0D14;
}
.AnyTagClassName
{
color: #1A0D14;
}
</style>
background-color css
<style>
a { background-color: #1A0D14; }
a { background-color: rgb(26,13,20); }
div.DivClassName
{
background-color: #1A0D14;
}
.BgClassName
{
background-color: #1A0D14;
}
</style>
border-color css
<style>
span { border-color: #1A0D14; }
span { border-color: rgb(26,13,20); }
td.TdClassName
{
border-color: #1A0D14;
}
.TagClassName
{
border-color: #1A0D14;
}
</style>