Shades of Blackberry #1A0512
Tints of Blackberry #1A0512
RGB
CMYK
RGB Variations
Color information
#1A0512 (or 0x1A0512) is known color: Blackberry. HEX triplet: 1A, 05 and 12. RGB value is (26,5,18). Sum of RGB (Red+Green+Blue) = 26+5+18=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0512 is #E5FAED. Grayscale: #0C0C0C. Windows color (decimal): -15071982 or 1180954. OLE color: 1180954.
HSL color Cylindrical-coordinate representation of color #1A0512: hue angle of 322.86º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0512 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 18 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.90 |
| HSL | 322.86º | 0.68% | 0.06% | - |
| HSV(B) | 322.86º | 0.81% | 0.1% | - |
| XYZ | 0.59 | 0.37 | 0.61 | - |
| YUV | 12.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 18 | 0 | 0.81 | 0.31 | 0.90 | 322.86 | 0.68 | 0.06 |
| Hex | 1A | 5 | 12 | 0 | 51 | 1F | 5A | 143 | 44 | 6 |
| Octal | 32 | 5 | 22 | 0 | 121 | 37 | 132 | 503 | 104 | 6 |
| Binary | 11010 | 101 | 10010 | 0 | 1010001 | 11111 | 1011010 | 101000011 | 1000100 | 110 |
Color Harmonies of #1A0512
Complementary color
Monochromatic Colors of #1A0512
Black with #1A0512
Text Example
Text Example
White with #1A0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0512; }
p { color: rgb(26,5,18); }
H1.HeaderClassName
{
color: #1A0512;
}
.AnyTagClassName
{
color: #1A0512;
}
</style>
background-color css
<style>
a { background-color: #1A0512; }
a { background-color: rgb(26,5,18); }
div.DivClassName
{
background-color: #1A0512;
}
.BgClassName
{
background-color: #1A0512;
}
</style>
border-color css
<style>
span { border-color: #1A0512; }
span { border-color: rgb(26,5,18); }
td.TdClassName
{
border-color: #1A0512;
}
.TagClassName
{
border-color: #1A0512;
}
</style>