Shades of Blackberry #1A0112
Tints of Blackberry #1A0112
RGB
CMYK
RGB Variations
Color information
#1A0112 (or 0x1A0112) is known color: Blackberry. HEX triplet: 1A, 01 and 12. RGB value is (26,1,18). Sum of RGB (Red+Green+Blue) = 26+1+18=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0112 is #E5FEED. Grayscale: #0A0A0A. Windows color (decimal): -15073006 or 1179930. OLE color: 1179930.
HSL color Cylindrical-coordinate representation of color #1A0112: hue angle of 319.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0112 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 1 | 18 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.90 |
| HSL | 319.2º | 0.93% | 0.05% | - |
| HSV(B) | 319.2º | 0.96% | 0.1% | - |
| XYZ | 0.55 | 0.28 | 0.6 | - |
| YUV | 10.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 18 | 0 | 0.96 | 0.31 | 0.90 | 319.2 | 0.93 | 0.05 |
| Hex | 1A | 1 | 12 | 0 | 60 | 1F | 5A | 13F | 5D | 5 |
| Octal | 32 | 1 | 22 | 0 | 140 | 37 | 132 | 477 | 135 | 5 |
| Binary | 11010 | 1 | 10010 | 0 | 1100000 | 11111 | 1011010 | 100111111 | 1011101 | 101 |
Color Harmonies of #1A0112
Complementary color
Monochromatic Colors of #1A0112
Black with #1A0112
Text Example
Text Example
White with #1A0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0112; }
p { color: rgb(26,1,18); }
H1.HeaderClassName
{
color: #1A0112;
}
.AnyTagClassName
{
color: #1A0112;
}
</style>
background-color css
<style>
a { background-color: #1A0112; }
a { background-color: rgb(26,1,18); }
div.DivClassName
{
background-color: #1A0112;
}
.BgClassName
{
background-color: #1A0112;
}
</style>
border-color css
<style>
span { border-color: #1A0112; }
span { border-color: rgb(26,1,18); }
td.TdClassName
{
border-color: #1A0112;
}
.TagClassName
{
border-color: #1A0112;
}
</style>