Shades of Blackberry #12040C
Tints of Blackberry #12040C
RGB
CMYK
RGB Variations
Color information
#12040C (or 0x12040C) is known color: Blackberry. HEX triplet: 12, 04 and 0C. RGB value is (18,4,12). Sum of RGB (Red+Green+Blue) = 18+4+12=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040C is #EDFBF3. Grayscale: #090909. Windows color (decimal): -15596532 or 787474. OLE color: 787474.
HSL color Cylindrical-coordinate representation of color #12040C: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12040C is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 12 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.93 |
| HSL | 325.71º | 0.64% | 0.04% | - |
| HSV(B) | 325.71º | 0.78% | 0.07% | - |
| XYZ | 0.36 | 0.24 | 0.38 | - |
| YUV | 9.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 12 | 0 | 0.78 | 0.33 | 0.93 | 325.71 | 0.64 | 0.04 |
| Hex | 12 | 4 | C | 0 | 4E | 21 | 5D | 146 | 40 | 4 |
| Octal | 22 | 4 | 14 | 0 | 116 | 41 | 135 | 506 | 100 | 4 |
| Binary | 10010 | 100 | 1100 | 0 | 1001110 | 100001 | 1011101 | 101000110 | 1000000 | 100 |
Color Harmonies of #12040C
Complementary color
Monochromatic Colors of #12040C
Black with #12040C
Text Example
Text Example
White with #12040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12040C; }
p { color: rgb(18,4,12); }
H1.HeaderClassName
{
color: #12040C;
}
.AnyTagClassName
{
color: #12040C;
}
</style>
background-color css
<style>
a { background-color: #12040C; }
a { background-color: rgb(18,4,12); }
div.DivClassName
{
background-color: #12040C;
}
.BgClassName
{
background-color: #12040C;
}
</style>
border-color css
<style>
span { border-color: #12040C; }
span { border-color: rgb(18,4,12); }
td.TdClassName
{
border-color: #12040C;
}
.TagClassName
{
border-color: #12040C;
}
</style>