Shades of Blackberry #190C13
Tints of Blackberry #190C13
RGB
CMYK
RGB Variations
Color information
#190C13 (or 0x190C13) is known color: Blackberry. HEX triplet: 19, 0C and 13. RGB value is (25,12,19). Sum of RGB (Red+Green+Blue) = 25+12+19=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #190C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C13 is #E6F3EC. Grayscale: #101010. Windows color (decimal): -15135725 or 1248281. OLE color: 1248281.
HSL color Cylindrical-coordinate representation of color #190C13: hue angle of 327.69º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #190C13 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 12 | 19 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.90 |
| HSL | 327.69º | 0.35% | 0.07% | - |
| HSV(B) | 327.69º | 0.52% | 0.1% | - |
| XYZ | 0.65 | 0.52 | 0.68 | - |
| YUV | 16.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 19 | 0 | 0.52 | 0.24 | 0.90 | 327.69 | 0.35 | 0.07 |
| Hex | 19 | C | 13 | 0 | 34 | 18 | 5A | 148 | 23 | 7 |
| Octal | 31 | 14 | 23 | 0 | 64 | 30 | 132 | 510 | 43 | 7 |
| Binary | 11001 | 1100 | 10011 | 0 | 110100 | 11000 | 1011010 | 101001000 | 100011 | 111 |
Color Harmonies of #190C13
Complementary color
Monochromatic Colors of #190C13
Black with #190C13
Text Example
Text Example
White with #190C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C13; }
p { color: rgb(25,12,19); }
H1.HeaderClassName
{
color: #190C13;
}
.AnyTagClassName
{
color: #190C13;
}
</style>
background-color css
<style>
a { background-color: #190C13; }
a { background-color: rgb(25,12,19); }
div.DivClassName
{
background-color: #190C13;
}
.BgClassName
{
background-color: #190C13;
}
</style>
border-color css
<style>
span { border-color: #190C13; }
span { border-color: rgb(25,12,19); }
td.TdClassName
{
border-color: #190C13;
}
.TagClassName
{
border-color: #190C13;
}
</style>