Shades of Blackberry #14000C
Tints of Blackberry #14000C
RGB
CMYK
RGB Variations
Color information
#14000C (or 0x14000C) is known color: Blackberry. HEX triplet: 14, 00 and 0C. RGB value is (20,0,12). Sum of RGB (Red+Green+Blue) = 20+0+12=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #14000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14000C is #EBFFF3. Grayscale: #070707. Windows color (decimal): -15466484 or 786452. OLE color: 786452.
HSL color Cylindrical-coordinate representation of color #14000C: hue angle of 324º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14000C is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.40 | 0.92 |
| HSL | 324º | 1% | 0.04% | - |
| HSV(B) | 324º | 1% | 0.08% | - |
| XYZ | 0.35 | 0.18 | 0.36 | - |
| YUV | 7.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 12 | 0 | 1 | 0.40 | 0.92 | 324 | 1 | 0.04 |
| Hex | 14 | 0 | C | 0 | 64 | 28 | 5C | 144 | 64 | 4 |
| Octal | 24 | 0 | 14 | 0 | 144 | 50 | 134 | 504 | 144 | 4 |
| Binary | 10100 | 0 | 1100 | 0 | 1100100 | 101000 | 1011100 | 101000100 | 1100100 | 100 |
Color Harmonies of #14000C
Complementary color
Monochromatic Colors of #14000C
Black with #14000C
Text Example
Text Example
White with #14000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14000C; }
p { color: rgb(20,0,12); }
H1.HeaderClassName
{
color: #14000C;
}
.AnyTagClassName
{
color: #14000C;
}
</style>
background-color css
<style>
a { background-color: #14000C; }
a { background-color: rgb(20,0,12); }
div.DivClassName
{
background-color: #14000C;
}
.BgClassName
{
background-color: #14000C;
}
</style>
border-color css
<style>
span { border-color: #14000C; }
span { border-color: rgb(20,0,12); }
td.TdClassName
{
border-color: #14000C;
}
.TagClassName
{
border-color: #14000C;
}
</style>