Shades of Blackberry #19020F
Tints of Blackberry #19020F
RGB
CMYK
RGB Variations
Color information
#19020F (or 0x19020F) is known color: Blackberry. HEX triplet: 19, 02 and 0F. RGB value is (25,2,15). Sum of RGB (Red+Green+Blue) = 25+2+15=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #19020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19020F is #E6FDF0. Grayscale: #0A0A0A. Windows color (decimal): -15138289 or 983577. OLE color: 983577.
HSL color Cylindrical-coordinate representation of color #19020F: hue angle of 326.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19020F is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 15 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.90 |
| HSL | 326.09º | 0.85% | 0.05% | - |
| HSV(B) | 326.09º | 0.92% | 0.1% | - |
| XYZ | 0.51 | 0.28 | 0.48 | - |
| YUV | 10.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 15 | 0 | 0.92 | 0.40 | 0.90 | 326.09 | 0.85 | 0.05 |
| Hex | 19 | 2 | F | 0 | 5C | 28 | 5A | 146 | 55 | 5 |
| Octal | 31 | 2 | 17 | 0 | 134 | 50 | 132 | 506 | 125 | 5 |
| Binary | 11001 | 10 | 1111 | 0 | 1011100 | 101000 | 1011010 | 101000110 | 1010101 | 101 |
Color Harmonies of #19020F
Complementary color
Monochromatic Colors of #19020F
Black with #19020F
Text Example
Text Example
White with #19020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19020F; }
p { color: rgb(25,2,15); }
H1.HeaderClassName
{
color: #19020F;
}
.AnyTagClassName
{
color: #19020F;
}
</style>
background-color css
<style>
a { background-color: #19020F; }
a { background-color: rgb(25,2,15); }
div.DivClassName
{
background-color: #19020F;
}
.BgClassName
{
background-color: #19020F;
}
</style>
border-color css
<style>
span { border-color: #19020F; }
span { border-color: rgb(25,2,15); }
td.TdClassName
{
border-color: #19020F;
}
.TagClassName
{
border-color: #19020F;
}
</style>