Shades of Blackberry #19010E
Tints of Blackberry #19010E
RGB
CMYK
RGB Variations
Color information
#19010E (or 0x19010E) is known color: Blackberry. HEX triplet: 19, 01 and 0E. RGB value is (25,1,14). Sum of RGB (Red+Green+Blue) = 25+1+14=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #19010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19010E is #E6FEF1. Grayscale: #090909. Windows color (decimal): -15138546 or 917785. OLE color: 917785.
HSL color Cylindrical-coordinate representation of color #19010E: hue angle of 327.5º degrees, saturation: 0.92, 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 #19010E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 1 | 14 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.90 |
| HSL | 327.5º | 0.92% | 0.05% | - |
| HSV(B) | 327.5º | 0.96% | 0.1% | - |
| XYZ | 0.49 | 0.26 | 0.44 | - |
| YUV | 9.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 14 | 0 | 0.96 | 0.44 | 0.90 | 327.5 | 0.92 | 0.05 |
| Hex | 19 | 1 | E | 0 | 60 | 2C | 5A | 148 | 5C | 5 |
| Octal | 31 | 1 | 16 | 0 | 140 | 54 | 132 | 510 | 134 | 5 |
| Binary | 11001 | 1 | 1110 | 0 | 1100000 | 101100 | 1011010 | 101001000 | 1011100 | 101 |
Color Harmonies of #19010E
Complementary color
Monochromatic Colors of #19010E
Black with #19010E
Text Example
Text Example
White with #19010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19010E; }
p { color: rgb(25,1,14); }
H1.HeaderClassName
{
color: #19010E;
}
.AnyTagClassName
{
color: #19010E;
}
</style>
background-color css
<style>
a { background-color: #19010E; }
a { background-color: rgb(25,1,14); }
div.DivClassName
{
background-color: #19010E;
}
.BgClassName
{
background-color: #19010E;
}
</style>
border-color css
<style>
span { border-color: #19010E; }
span { border-color: rgb(25,1,14); }
td.TdClassName
{
border-color: #19010E;
}
.TagClassName
{
border-color: #19010E;
}
</style>