Shades of Blackberry #12000B
Tints of Blackberry #12000B
RGB
CMYK
RGB Variations
Color information
#12000B (or 0x12000B) is known color: Blackberry. HEX triplet: 12, 00 and 0B. RGB value is (18,0,11). Sum of RGB (Red+Green+Blue) = 18+0+11=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #12000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000B is #EDFFF4. Grayscale: #060606. Windows color (decimal): -15597557 or 720914. OLE color: 720914.
HSL color Cylindrical-coordinate representation of color #12000B: hue angle of 323.33º 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 #12000B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.39 | 0.93 |
| HSL | 323.33º | 1% | 0.04% | - |
| HSV(B) | 323.33º | 1% | 0.07% | - |
| XYZ | 0.31 | 0.15 | 0.33 | - |
| YUV | 6.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 11 | 0 | 1 | 0.39 | 0.93 | 323.33 | 1 | 0.04 |
| Hex | 12 | 0 | B | 0 | 64 | 27 | 5D | 143 | 64 | 4 |
| Octal | 22 | 0 | 13 | 0 | 144 | 47 | 135 | 503 | 144 | 4 |
| Binary | 10010 | 0 | 1011 | 0 | 1100100 | 100111 | 1011101 | 101000011 | 1100100 | 100 |
Color Harmonies of #12000B
Complementary color
Monochromatic Colors of #12000B
Black with #12000B
Text Example
Text Example
White with #12000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12000B; }
p { color: rgb(18,0,11); }
H1.HeaderClassName
{
color: #12000B;
}
.AnyTagClassName
{
color: #12000B;
}
</style>
background-color css
<style>
a { background-color: #12000B; }
a { background-color: rgb(18,0,11); }
div.DivClassName
{
background-color: #12000B;
}
.BgClassName
{
background-color: #12000B;
}
</style>
border-color css
<style>
span { border-color: #12000B; }
span { border-color: rgb(18,0,11); }
td.TdClassName
{
border-color: #12000B;
}
.TagClassName
{
border-color: #12000B;
}
</style>