Shades of Blackberry #13020C
Tints of Blackberry #13020C
RGB
CMYK
RGB Variations
Color information
#13020C (or 0x13020C) is known color: Blackberry. HEX triplet: 13, 02 and 0C. RGB value is (19,2,12). Sum of RGB (Red+Green+Blue) = 19+2+12=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020C is #ECFDF3. Grayscale: #080808. Windows color (decimal): -15531508 or 786963. OLE color: 786963.
HSL color Cylindrical-coordinate representation of color #13020C: hue angle of 324.71º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13020C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 2 | 12 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.93 |
| HSL | 324.71º | 0.81% | 0.04% | - |
| HSV(B) | 324.71º | 0.89% | 0.07% | - |
| XYZ | 0.36 | 0.21 | 0.37 | - |
| YUV | 8.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 12 | 0 | 0.89 | 0.37 | 0.93 | 324.71 | 0.81 | 0.04 |
| Hex | 13 | 2 | C | 0 | 59 | 25 | 5D | 145 | 51 | 4 |
| Octal | 23 | 2 | 14 | 0 | 131 | 45 | 135 | 505 | 121 | 4 |
| Binary | 10011 | 10 | 1100 | 0 | 1011001 | 100101 | 1011101 | 101000101 | 1010001 | 100 |
Color Harmonies of #13020C
Complementary color
Monochromatic Colors of #13020C
Black with #13020C
Text Example
Text Example
White with #13020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13020C; }
p { color: rgb(19,2,12); }
H1.HeaderClassName
{
color: #13020C;
}
.AnyTagClassName
{
color: #13020C;
}
</style>
background-color css
<style>
a { background-color: #13020C; }
a { background-color: rgb(19,2,12); }
div.DivClassName
{
background-color: #13020C;
}
.BgClassName
{
background-color: #13020C;
}
</style>
border-color css
<style>
span { border-color: #13020C; }
span { border-color: rgb(19,2,12); }
td.TdClassName
{
border-color: #13020C;
}
.TagClassName
{
border-color: #13020C;
}
</style>