Shades of Blackberry #12010B
Tints of Blackberry #12010B
RGB
CMYK
RGB Variations
Color information
#12010B (or 0x12010B) is known color: Blackberry. HEX triplet: 12, 01 and 0B. RGB value is (18,1,11). Sum of RGB (Red+Green+Blue) = 18+1+11=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #12010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010B is #EDFEF4. Grayscale: #070707. Windows color (decimal): -15597301 or 721170. OLE color: 721170.
HSL color Cylindrical-coordinate representation of color #12010B: hue angle of 324.71º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12010B is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 1 | 11 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.93 |
| HSL | 324.71º | 0.89% | 0.04% | - |
| HSV(B) | 324.71º | 0.94% | 0.07% | - |
| XYZ | 0.32 | 0.17 | 0.33 | - |
| YUV | 7.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 11 | 0 | 0.94 | 0.39 | 0.93 | 324.71 | 0.89 | 0.04 |
| Hex | 12 | 1 | B | 0 | 5E | 27 | 5D | 145 | 59 | 4 |
| Octal | 22 | 1 | 13 | 0 | 136 | 47 | 135 | 505 | 131 | 4 |
| Binary | 10010 | 1 | 1011 | 0 | 1011110 | 100111 | 1011101 | 101000101 | 1011001 | 100 |
Color Harmonies of #12010B
Complementary color
Monochromatic Colors of #12010B
Black with #12010B
Text Example
Text Example
White with #12010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12010B; }
p { color: rgb(18,1,11); }
H1.HeaderClassName
{
color: #12010B;
}
.AnyTagClassName
{
color: #12010B;
}
</style>
background-color css
<style>
a { background-color: #12010B; }
a { background-color: rgb(18,1,11); }
div.DivClassName
{
background-color: #12010B;
}
.BgClassName
{
background-color: #12010B;
}
</style>
border-color css
<style>
span { border-color: #12010B; }
span { border-color: rgb(18,1,11); }
td.TdClassName
{
border-color: #12010B;
}
.TagClassName
{
border-color: #12010B;
}
</style>