Shades of Blackberry #190010
Tints of Blackberry #190010
RGB
CMYK
RGB Variations
Color information
#190010 (or 0x190010) is known color: Blackberry. HEX triplet: 19, 00 and 10. RGB value is (25,0,16). Sum of RGB (Red+Green+Blue) = 25+0+16=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #190010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190010 is #E6FFEF. Grayscale: #090909. Windows color (decimal): -15138800 or 1048601. OLE color: 1048601.
HSL color Cylindrical-coordinate representation of color #190010: hue angle of 321.6º 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 #190010 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.36 | 0.90 |
| HSL | 321.6º | 1% | 0.05% | - |
| HSV(B) | 321.6º | 1% | 0.1% | - |
| XYZ | 0.49 | 0.24 | 0.51 | - |
| YUV | 9.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 16 | 0 | 1 | 0.36 | 0.90 | 321.6 | 1 | 0.05 |
| Hex | 19 | 0 | 10 | 0 | 64 | 24 | 5A | 142 | 64 | 5 |
| Octal | 31 | 0 | 20 | 0 | 144 | 44 | 132 | 502 | 144 | 5 |
| Binary | 11001 | 0 | 10000 | 0 | 1100100 | 100100 | 1011010 | 101000010 | 1100100 | 101 |
Color Harmonies of #190010
Complementary color
Monochromatic Colors of #190010
Black with #190010
Text Example
Text Example
White with #190010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190010; }
p { color: rgb(25,0,16); }
H1.HeaderClassName
{
color: #190010;
}
.AnyTagClassName
{
color: #190010;
}
</style>
background-color css
<style>
a { background-color: #190010; }
a { background-color: rgb(25,0,16); }
div.DivClassName
{
background-color: #190010;
}
.BgClassName
{
background-color: #190010;
}
</style>
border-color css
<style>
span { border-color: #190010; }
span { border-color: rgb(25,0,16); }
td.TdClassName
{
border-color: #190010;
}
.TagClassName
{
border-color: #190010;
}
</style>