Shades of Blackberry #1A0611
Tints of Blackberry #1A0611
RGB
CMYK
RGB Variations
Color information
#1A0611 (or 0x1A0611) is known color: Blackberry. HEX triplet: 1A, 06 and 11. RGB value is (26,6,17). Sum of RGB (Red+Green+Blue) = 26+6+17=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0611 is #E5F9EE. Grayscale: #0D0D0D. Windows color (decimal): -15071727 or 1115674. OLE color: 1115674.
HSL color Cylindrical-coordinate representation of color #1A0611: hue angle of 327º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A0611 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 6 | 17 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.90 |
| HSL | 327º | 0.63% | 0.06% | - |
| HSV(B) | 327º | 0.77% | 0.1% | - |
| XYZ | 0.59 | 0.39 | 0.57 | - |
| YUV | 13.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 17 | 0 | 0.77 | 0.35 | 0.90 | 327 | 0.63 | 0.06 |
| Hex | 1A | 6 | 11 | 0 | 4D | 23 | 5A | 147 | 3E | 6 |
| Octal | 32 | 6 | 21 | 0 | 115 | 43 | 132 | 507 | 76 | 6 |
| Binary | 11010 | 110 | 10001 | 0 | 1001101 | 100011 | 1011010 | 101000111 | 111110 | 110 |
Color Harmonies of #1A0611
Complementary color
Monochromatic Colors of #1A0611
Black with #1A0611
Text Example
Text Example
White with #1A0611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0611; }
p { color: rgb(26,6,17); }
H1.HeaderClassName
{
color: #1A0611;
}
.AnyTagClassName
{
color: #1A0611;
}
</style>
background-color css
<style>
a { background-color: #1A0611; }
a { background-color: rgb(26,6,17); }
div.DivClassName
{
background-color: #1A0611;
}
.BgClassName
{
background-color: #1A0611;
}
</style>
border-color css
<style>
span { border-color: #1A0611; }
span { border-color: rgb(26,6,17); }
td.TdClassName
{
border-color: #1A0611;
}
.TagClassName
{
border-color: #1A0611;
}
</style>