Shades of Blackberry #14020D
Tints of Blackberry #14020D
RGB
CMYK
RGB Variations
Color information
#14020D (or 0x14020D) is known color: Blackberry. HEX triplet: 14, 02 and 0D. RGB value is (20,2,13). Sum of RGB (Red+Green+Blue) = 20+2+13=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020D is #EBFDF2. Grayscale: #080808. Windows color (decimal): -15465971 or 852500. OLE color: 852500.
HSL color Cylindrical-coordinate representation of color #14020D: hue angle of 323.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14020D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 13 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.92 |
| HSL | 323.33º | 0.82% | 0.04% | - |
| HSV(B) | 323.33º | 0.9% | 0.08% | - |
| XYZ | 0.38 | 0.22 | 0.4 | - |
| YUV | 8.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 13 | 0 | 0.90 | 0.35 | 0.92 | 323.33 | 0.82 | 0.04 |
| Hex | 14 | 2 | D | 0 | 5A | 23 | 5C | 143 | 52 | 4 |
| Octal | 24 | 2 | 15 | 0 | 132 | 43 | 134 | 503 | 122 | 4 |
| Binary | 10100 | 10 | 1101 | 0 | 1011010 | 100011 | 1011100 | 101000011 | 1010010 | 100 |
Color Harmonies of #14020D
Complementary color
Monochromatic Colors of #14020D
Black with #14020D
Text Example
Text Example
White with #14020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14020D; }
p { color: rgb(20,2,13); }
H1.HeaderClassName
{
color: #14020D;
}
.AnyTagClassName
{
color: #14020D;
}
</style>
background-color css
<style>
a { background-color: #14020D; }
a { background-color: rgb(20,2,13); }
div.DivClassName
{
background-color: #14020D;
}
.BgClassName
{
background-color: #14020D;
}
</style>
border-color css
<style>
span { border-color: #14020D; }
span { border-color: rgb(20,2,13); }
td.TdClassName
{
border-color: #14020D;
}
.TagClassName
{
border-color: #14020D;
}
</style>