Shades of Blackberry #1A000F
Tints of Blackberry #1A000F
RGB
CMYK
RGB Variations
Color information
#1A000F (or 0x1A000F) is known color: Blackberry. HEX triplet: 1A, 00 and 0F. RGB value is (26,0,15). Sum of RGB (Red+Green+Blue) = 26+0+15=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A000F is #E5FFF0. Grayscale: #090909. Windows color (decimal): -15073265 or 983066. OLE color: 983066.
HSL color Cylindrical-coordinate representation of color #1A000F: hue angle of 325.38º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A000F is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.42 | 0.90 |
| HSL | 325.38º | 1% | 0.05% | - |
| HSV(B) | 325.38º | 1% | 0.1% | - |
| XYZ | 0.51 | 0.25 | 0.47 | - |
| YUV | 9.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 15 | 0 | 1 | 0.42 | 0.90 | 325.38 | 1 | 0.05 |
| Hex | 1A | 0 | F | 0 | 64 | 2A | 5A | 145 | 64 | 5 |
| Octal | 32 | 0 | 17 | 0 | 144 | 52 | 132 | 505 | 144 | 5 |
| Binary | 11010 | 0 | 1111 | 0 | 1100100 | 101010 | 1011010 | 101000101 | 1100100 | 101 |
Color Harmonies of #1A000F
Complementary color
Monochromatic Colors of #1A000F
Black with #1A000F
Text Example
Text Example
White with #1A000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A000F; }
p { color: rgb(26,0,15); }
H1.HeaderClassName
{
color: #1A000F;
}
.AnyTagClassName
{
color: #1A000F;
}
</style>
background-color css
<style>
a { background-color: #1A000F; }
a { background-color: rgb(26,0,15); }
div.DivClassName
{
background-color: #1A000F;
}
.BgClassName
{
background-color: #1A000F;
}
</style>
border-color css
<style>
span { border-color: #1A000F; }
span { border-color: rgb(26,0,15); }
td.TdClassName
{
border-color: #1A000F;
}
.TagClassName
{
border-color: #1A000F;
}
</style>