Shades of Blackberry #1A0A13
Tints of Blackberry #1A0A13
RGB
CMYK
RGB Variations
Color information
#1A0A13 (or 0x1A0A13) is known color: Blackberry. HEX triplet: 1A, 0A and 13. RGB value is (26,10,19). Sum of RGB (Red+Green+Blue) = 26+10+19=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A13 is #E5F5EC. Grayscale: #0F0F0F. Windows color (decimal): -15070701 or 1247770. OLE color: 1247770.
HSL color Cylindrical-coordinate representation of color #1A0A13: hue angle of 326.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A0A13 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 10 | 19 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.90 |
| HSL | 326.25º | 0.44% | 0.07% | - |
| HSV(B) | 326.25º | 0.62% | 0.1% | - |
| XYZ | 0.65 | 0.48 | 0.68 | - |
| YUV | 15.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 19 | 0 | 0.62 | 0.27 | 0.90 | 326.25 | 0.44 | 0.07 |
| Hex | 1A | A | 13 | 0 | 3E | 1B | 5A | 146 | 2C | 7 |
| Octal | 32 | 12 | 23 | 0 | 76 | 33 | 132 | 506 | 54 | 7 |
| Binary | 11010 | 1010 | 10011 | 0 | 111110 | 11011 | 1011010 | 101000110 | 101100 | 111 |
Color Harmonies of #1A0A13
Complementary color
Monochromatic Colors of #1A0A13
Black with #1A0A13
Text Example
Text Example
White with #1A0A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A13; }
p { color: rgb(26,10,19); }
H1.HeaderClassName
{
color: #1A0A13;
}
.AnyTagClassName
{
color: #1A0A13;
}
</style>
background-color css
<style>
a { background-color: #1A0A13; }
a { background-color: rgb(26,10,19); }
div.DivClassName
{
background-color: #1A0A13;
}
.BgClassName
{
background-color: #1A0A13;
}
</style>
border-color css
<style>
span { border-color: #1A0A13; }
span { border-color: rgb(26,10,19); }
td.TdClassName
{
border-color: #1A0A13;
}
.TagClassName
{
border-color: #1A0A13;
}
</style>