Shades of Blackberry #190712
Tints of Blackberry #190712
RGB
CMYK
RGB Variations
Color information
#190712 (or 0x190712) is known color: Blackberry. HEX triplet: 19, 07 and 12. RGB value is (25,7,18). Sum of RGB (Red+Green+Blue) = 25+7+18=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190712 is #E6F8ED. Grayscale: #0D0D0D. Windows color (decimal): -15137006 or 1181465. OLE color: 1181465.
HSL color Cylindrical-coordinate representation of color #190712: hue angle of 323.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #190712 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 18 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.90 |
| HSL | 323.33º | 0.56% | 0.06% | - |
| HSV(B) | 323.33º | 0.72% | 0.1% | - |
| XYZ | 0.59 | 0.4 | 0.62 | - |
| YUV | 13.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 18 | 0 | 0.72 | 0.28 | 0.90 | 323.33 | 0.56 | 0.06 |
| Hex | 19 | 7 | 12 | 0 | 48 | 1C | 5A | 143 | 38 | 6 |
| Octal | 31 | 7 | 22 | 0 | 110 | 34 | 132 | 503 | 70 | 6 |
| Binary | 11001 | 111 | 10010 | 0 | 1001000 | 11100 | 1011010 | 101000011 | 111000 | 110 |
Color Harmonies of #190712
Complementary color
Monochromatic Colors of #190712
Black with #190712
Text Example
Text Example
White with #190712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190712; }
p { color: rgb(25,7,18); }
H1.HeaderClassName
{
color: #190712;
}
.AnyTagClassName
{
color: #190712;
}
</style>
background-color css
<style>
a { background-color: #190712; }
a { background-color: rgb(25,7,18); }
div.DivClassName
{
background-color: #190712;
}
.BgClassName
{
background-color: #190712;
}
</style>
border-color css
<style>
span { border-color: #190712; }
span { border-color: rgb(25,7,18); }
td.TdClassName
{
border-color: #190712;
}
.TagClassName
{
border-color: #190712;
}
</style>