Shades of Blackberry #13000C
Tints of Blackberry #13000C
RGB
CMYK
RGB Variations
Color information
#13000C (or 0x13000C) is known color: Blackberry. HEX triplet: 13, 00 and 0C. RGB value is (19,0,12). Sum of RGB (Red+Green+Blue) = 19+0+12=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #13000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000C is #ECFFF3. Grayscale: #070707. Windows color (decimal): -15532020 or 786451. OLE color: 786451.
HSL color Cylindrical-coordinate representation of color #13000C: hue angle of 322.11º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13000C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.37 | 0.93 |
| HSL | 322.11º | 1% | 0.04% | - |
| HSV(B) | 322.11º | 1% | 0.07% | - |
| XYZ | 0.33 | 0.16 | 0.36 | - |
| YUV | 7.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 12 | 0 | 1 | 0.37 | 0.93 | 322.11 | 1 | 0.04 |
| Hex | 13 | 0 | C | 0 | 64 | 25 | 5D | 142 | 64 | 4 |
| Octal | 23 | 0 | 14 | 0 | 144 | 45 | 135 | 502 | 144 | 4 |
| Binary | 10011 | 0 | 1100 | 0 | 1100100 | 100101 | 1011101 | 101000010 | 1100100 | 100 |
Color Harmonies of #13000C
Complementary color
Monochromatic Colors of #13000C
Black with #13000C
Text Example
Text Example
White with #13000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13000C; }
p { color: rgb(19,0,12); }
H1.HeaderClassName
{
color: #13000C;
}
.AnyTagClassName
{
color: #13000C;
}
</style>
background-color css
<style>
a { background-color: #13000C; }
a { background-color: rgb(19,0,12); }
div.DivClassName
{
background-color: #13000C;
}
.BgClassName
{
background-color: #13000C;
}
</style>
border-color css
<style>
span { border-color: #13000C; }
span { border-color: rgb(19,0,12); }
td.TdClassName
{
border-color: #13000C;
}
.TagClassName
{
border-color: #13000C;
}
</style>