Shades of Blackberry #1A0C13
Tints of Blackberry #1A0C13
RGB
CMYK
RGB Variations
Color information
#1A0C13 (or 0x1A0C13) is known color: Blackberry. HEX triplet: 1A, 0C and 13. RGB value is (26,12,19). Sum of RGB (Red+Green+Blue) = 26+12+19=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C13 is #E5F3EC. Grayscale: #101010. Windows color (decimal): -15070189 or 1248282. OLE color: 1248282.
HSL color Cylindrical-coordinate representation of color #1A0C13: hue angle of 330º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A0C13 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 12 | 19 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.90 |
| HSL | 330º | 0.37% | 0.07% | - |
| HSV(B) | 330º | 0.54% | 0.1% | - |
| XYZ | 0.68 | 0.53 | 0.68 | - |
| YUV | 16.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 19 | 0 | 0.54 | 0.27 | 0.90 | 330 | 0.37 | 0.07 |
| Hex | 1A | C | 13 | 0 | 36 | 1B | 5A | 14A | 25 | 7 |
| Octal | 32 | 14 | 23 | 0 | 66 | 33 | 132 | 512 | 45 | 7 |
| Binary | 11010 | 1100 | 10011 | 0 | 110110 | 11011 | 1011010 | 101001010 | 100101 | 111 |
Color Harmonies of #1A0C13
Complementary color
Monochromatic Colors of #1A0C13
Black with #1A0C13
Text Example
Text Example
White with #1A0C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C13; }
p { color: rgb(26,12,19); }
H1.HeaderClassName
{
color: #1A0C13;
}
.AnyTagClassName
{
color: #1A0C13;
}
</style>
background-color css
<style>
a { background-color: #1A0C13; }
a { background-color: rgb(26,12,19); }
div.DivClassName
{
background-color: #1A0C13;
}
.BgClassName
{
background-color: #1A0C13;
}
</style>
border-color css
<style>
span { border-color: #1A0C13; }
span { border-color: rgb(26,12,19); }
td.TdClassName
{
border-color: #1A0C13;
}
.TagClassName
{
border-color: #1A0C13;
}
</style>