Shades of Blackberry #1A0011
Tints of Blackberry #1A0011
RGB
CMYK
RGB Variations
Color information
#1A0011 (or 0x1A0011) is known color: Blackberry. HEX triplet: 1A, 00 and 11. RGB value is (26,0,17). Sum of RGB (Red+Green+Blue) = 26+0+17=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0011 is #E5FFEE. Grayscale: #090909. Windows color (decimal): -15073263 or 1114138. OLE color: 1114138.
HSL color Cylindrical-coordinate representation of color #1A0011: hue angle of 320.77º 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 #1A0011 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.35 | 0.90 |
| HSL | 320.77º | 1% | 0.05% | - |
| HSV(B) | 320.77º | 1% | 0.1% | - |
| XYZ | 0.53 | 0.26 | 0.55 | - |
| YUV | 9.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 17 | 0 | 1 | 0.35 | 0.90 | 320.77 | 1 | 0.05 |
| Hex | 1A | 0 | 11 | 0 | 64 | 23 | 5A | 141 | 64 | 5 |
| Octal | 32 | 0 | 21 | 0 | 144 | 43 | 132 | 501 | 144 | 5 |
| Binary | 11010 | 0 | 10001 | 0 | 1100100 | 100011 | 1011010 | 101000001 | 1100100 | 101 |
Color Harmonies of #1A0011
Complementary color
Monochromatic Colors of #1A0011
Black with #1A0011
Text Example
Text Example
White with #1A0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0011; }
p { color: rgb(26,0,17); }
H1.HeaderClassName
{
color: #1A0011;
}
.AnyTagClassName
{
color: #1A0011;
}
</style>
background-color css
<style>
a { background-color: #1A0011; }
a { background-color: rgb(26,0,17); }
div.DivClassName
{
background-color: #1A0011;
}
.BgClassName
{
background-color: #1A0011;
}
</style>
border-color css
<style>
span { border-color: #1A0011; }
span { border-color: rgb(26,0,17); }
td.TdClassName
{
border-color: #1A0011;
}
.TagClassName
{
border-color: #1A0011;
}
</style>