Shades of Blackberry #1A000E
Tints of Blackberry #1A000E
RGB
CMYK
RGB Variations
Color information
#1A000E (or 0x1A000E) is known color: Blackberry. HEX triplet: 1A, 00 and 0E. RGB value is (26,0,14). Sum of RGB (Red+Green+Blue) = 26+0+14=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A000E is #E5FFF1. Grayscale: #090909. Windows color (decimal): -15073266 or 917530. OLE color: 917530.
HSL color Cylindrical-coordinate representation of color #1A000E: hue angle of 327.69º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A000E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.46 | 0.90 |
| HSL | 327.69º | 1% | 0.05% | - |
| HSV(B) | 327.69º | 1% | 0.1% | - |
| XYZ | 0.51 | 0.25 | 0.44 | - |
| YUV | 9.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 14 | 0 | 1 | 0.46 | 0.90 | 327.69 | 1 | 0.05 |
| Hex | 1A | 0 | E | 0 | 64 | 2E | 5A | 148 | 64 | 5 |
| Octal | 32 | 0 | 16 | 0 | 144 | 56 | 132 | 510 | 144 | 5 |
| Binary | 11010 | 0 | 1110 | 0 | 1100100 | 101110 | 1011010 | 101001000 | 1100100 | 101 |
Color Harmonies of #1A000E
Complementary color
Monochromatic Colors of #1A000E
Black with #1A000E
Text Example
Text Example
White with #1A000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A000E; }
p { color: rgb(26,0,14); }
H1.HeaderClassName
{
color: #1A000E;
}
.AnyTagClassName
{
color: #1A000E;
}
</style>
background-color css
<style>
a { background-color: #1A000E; }
a { background-color: rgb(26,0,14); }
div.DivClassName
{
background-color: #1A000E;
}
.BgClassName
{
background-color: #1A000E;
}
</style>
border-color css
<style>
span { border-color: #1A000E; }
span { border-color: rgb(26,0,14); }
td.TdClassName
{
border-color: #1A000E;
}
.TagClassName
{
border-color: #1A000E;
}
</style>