Shades of Blackberry #19010F
Tints of Blackberry #19010F
RGB
CMYK
RGB Variations
Color information
#19010F (or 0x19010F) is known color: Blackberry. HEX triplet: 19, 01 and 0F. RGB value is (25,1,15). Sum of RGB (Red+Green+Blue) = 25+1+15=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #19010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19010F is #E6FEF0. Grayscale: #090909. Windows color (decimal): -15138545 or 983321. OLE color: 983321.
HSL color Cylindrical-coordinate representation of color #19010F: hue angle of 325º 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 #19010F is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 1 | 15 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.90 |
| HSL | 325º | 0.92% | 0.05% | - |
| HSV(B) | 325º | 0.96% | 0.1% | - |
| XYZ | 0.5 | 0.26 | 0.48 | - |
| YUV | 9.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 15 | 0 | 0.96 | 0.40 | 0.90 | 325 | 0.92 | 0.05 |
| Hex | 19 | 1 | F | 0 | 60 | 28 | 5A | 145 | 5C | 5 |
| Octal | 31 | 1 | 17 | 0 | 140 | 50 | 132 | 505 | 134 | 5 |
| Binary | 11001 | 1 | 1111 | 0 | 1100000 | 101000 | 1011010 | 101000101 | 1011100 | 101 |
Color Harmonies of #19010F
Complementary color
Monochromatic Colors of #19010F
Black with #19010F
Text Example
Text Example
White with #19010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19010F; }
p { color: rgb(25,1,15); }
H1.HeaderClassName
{
color: #19010F;
}
.AnyTagClassName
{
color: #19010F;
}
</style>
background-color css
<style>
a { background-color: #19010F; }
a { background-color: rgb(25,1,15); }
div.DivClassName
{
background-color: #19010F;
}
.BgClassName
{
background-color: #19010F;
}
</style>
border-color css
<style>
span { border-color: #19010F; }
span { border-color: rgb(25,1,15); }
td.TdClassName
{
border-color: #19010F;
}
.TagClassName
{
border-color: #19010F;
}
</style>