Shades of Blackberry #190311
Tints of Blackberry #190311
RGB
CMYK
RGB Variations
Color information
#190311 (or 0x190311) is known color: Blackberry. HEX triplet: 19, 03 and 11. RGB value is (25,3,17). Sum of RGB (Red+Green+Blue) = 25+3+17=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #190311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190311 is #E6FCEE. Grayscale: #0B0B0B. Windows color (decimal): -15138031 or 1114905. OLE color: 1114905.
HSL color Cylindrical-coordinate representation of color #190311: hue angle of 321.82º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190311 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 3 | 17 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.90 |
| HSL | 321.82º | 0.79% | 0.05% | - |
| HSV(B) | 321.82º | 0.88% | 0.1% | - |
| XYZ | 0.53 | 0.31 | 0.56 | - |
| YUV | 11.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 17 | 0 | 0.88 | 0.32 | 0.90 | 321.82 | 0.79 | 0.05 |
| Hex | 19 | 3 | 11 | 0 | 58 | 20 | 5A | 142 | 4F | 5 |
| Octal | 31 | 3 | 21 | 0 | 130 | 40 | 132 | 502 | 117 | 5 |
| Binary | 11001 | 11 | 10001 | 0 | 1011000 | 100000 | 1011010 | 101000010 | 1001111 | 101 |
Color Harmonies of #190311
Complementary color
Monochromatic Colors of #190311
Black with #190311
Text Example
Text Example
White with #190311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190311; }
p { color: rgb(25,3,17); }
H1.HeaderClassName
{
color: #190311;
}
.AnyTagClassName
{
color: #190311;
}
</style>
background-color css
<style>
a { background-color: #190311; }
a { background-color: rgb(25,3,17); }
div.DivClassName
{
background-color: #190311;
}
.BgClassName
{
background-color: #190311;
}
</style>
border-color css
<style>
span { border-color: #190311; }
span { border-color: rgb(25,3,17); }
td.TdClassName
{
border-color: #190311;
}
.TagClassName
{
border-color: #190311;
}
</style>