Shades of Blackberry #190812
Tints of Blackberry #190812
RGB
CMYK
RGB Variations
Color information
#190812 (or 0x190812) is known color: Blackberry. HEX triplet: 19, 08 and 12. RGB value is (25,8,18). Sum of RGB (Red+Green+Blue) = 25+8+18=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190812 is #E6F7ED. Grayscale: #0E0E0E. Windows color (decimal): -15136750 or 1181721. OLE color: 1181721.
HSL color Cylindrical-coordinate representation of color #190812: hue angle of 324.71º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190812 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 8 | 18 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.90 |
| HSL | 324.71º | 0.52% | 0.06% | - |
| HSV(B) | 324.71º | 0.68% | 0.1% | - |
| XYZ | 0.6 | 0.42 | 0.62 | - |
| YUV | 14.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 18 | 0 | 0.68 | 0.28 | 0.90 | 324.71 | 0.52 | 0.06 |
| Hex | 19 | 8 | 12 | 0 | 44 | 1C | 5A | 145 | 34 | 6 |
| Octal | 31 | 10 | 22 | 0 | 104 | 34 | 132 | 505 | 64 | 6 |
| Binary | 11001 | 1000 | 10010 | 0 | 1000100 | 11100 | 1011010 | 101000101 | 110100 | 110 |
Color Harmonies of #190812
Complementary color
Monochromatic Colors of #190812
Black with #190812
Text Example
Text Example
White with #190812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190812; }
p { color: rgb(25,8,18); }
H1.HeaderClassName
{
color: #190812;
}
.AnyTagClassName
{
color: #190812;
}
</style>
background-color css
<style>
a { background-color: #190812; }
a { background-color: rgb(25,8,18); }
div.DivClassName
{
background-color: #190812;
}
.BgClassName
{
background-color: #190812;
}
</style>
border-color css
<style>
span { border-color: #190812; }
span { border-color: rgb(25,8,18); }
td.TdClassName
{
border-color: #190812;
}
.TagClassName
{
border-color: #190812;
}
</style>