Shades of Blackberry #190F14
Tints of Blackberry #190F14
RGB
CMYK
RGB Variations
Color information
#190F14 (or 0x190F14) is known color: Blackberry. HEX triplet: 19, 0F and 14. RGB value is (25,15,20). Sum of RGB (Red+Green+Blue) = 25+15+20=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #190F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F14 is #E6F0EB. Grayscale: #121212. Windows color (decimal): -15134956 or 1314585. OLE color: 1314585.
HSL color Cylindrical-coordinate representation of color #190F14: hue angle of 330º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #190F14 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 15 | 20 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.90 |
| HSL | 330º | 0.25% | 0.08% | - |
| HSV(B) | 330º | 0.4% | 0.1% | - |
| XYZ | 0.7 | 0.6 | 0.74 | - |
| YUV | 18.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 20 | 0 | 0.40 | 0.20 | 0.90 | 330 | 0.25 | 0.08 |
| Hex | 19 | F | 14 | 0 | 28 | 14 | 5A | 14A | 19 | 8 |
| Octal | 31 | 17 | 24 | 0 | 50 | 24 | 132 | 512 | 31 | 10 |
| Binary | 11001 | 1111 | 10100 | 0 | 101000 | 10100 | 1011010 | 101001010 | 11001 | 1000 |
Color Harmonies of #190F14
Complementary color
Monochromatic Colors of #190F14
Black with #190F14
Text Example
Text Example
White with #190F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F14; }
p { color: rgb(25,15,20); }
H1.HeaderClassName
{
color: #190F14;
}
.AnyTagClassName
{
color: #190F14;
}
</style>
background-color css
<style>
a { background-color: #190F14; }
a { background-color: rgb(25,15,20); }
div.DivClassName
{
background-color: #190F14;
}
.BgClassName
{
background-color: #190F14;
}
</style>
border-color css
<style>
span { border-color: #190F14; }
span { border-color: rgb(25,15,20); }
td.TdClassName
{
border-color: #190F14;
}
.TagClassName
{
border-color: #190F14;
}
</style>