Shades of Blackberry #13000B
Tints of Blackberry #13000B
RGB
CMYK
RGB Variations
Color information
#13000B (or 0x13000B) is known color: Blackberry. HEX triplet: 13, 00 and 0B. RGB value is (19,0,11). Sum of RGB (Red+Green+Blue) = 19+0+11=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #13000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000B is #ECFFF4. Grayscale: #060606. Windows color (decimal): -15532021 or 720915. OLE color: 720915.
HSL color Cylindrical-coordinate representation of color #13000B: hue angle of 325.26º 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 #13000B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.42 | 0.93 |
| HSL | 325.26º | 1% | 0.04% | - |
| HSV(B) | 325.26º | 1% | 0.07% | - |
| XYZ | 0.33 | 0.16 | 0.33 | - |
| YUV | 6.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 11 | 0 | 1 | 0.42 | 0.93 | 325.26 | 1 | 0.04 |
| Hex | 13 | 0 | B | 0 | 64 | 2A | 5D | 145 | 64 | 4 |
| Octal | 23 | 0 | 13 | 0 | 144 | 52 | 135 | 505 | 144 | 4 |
| Binary | 10011 | 0 | 1011 | 0 | 1100100 | 101010 | 1011101 | 101000101 | 1100100 | 100 |
Color Harmonies of #13000B
Complementary color
Monochromatic Colors of #13000B
Black with #13000B
Text Example
Text Example
White with #13000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13000B; }
p { color: rgb(19,0,11); }
H1.HeaderClassName
{
color: #13000B;
}
.AnyTagClassName
{
color: #13000B;
}
</style>
background-color css
<style>
a { background-color: #13000B; }
a { background-color: rgb(19,0,11); }
div.DivClassName
{
background-color: #13000B;
}
.BgClassName
{
background-color: #13000B;
}
</style>
border-color css
<style>
span { border-color: #13000B; }
span { border-color: rgb(19,0,11); }
td.TdClassName
{
border-color: #13000B;
}
.TagClassName
{
border-color: #13000B;
}
</style>