Shades of Blackberry #16020D
Tints of Blackberry #16020D
RGB
CMYK
RGB Variations
Color information
#16020D (or 0x16020D) is known color: Blackberry. HEX triplet: 16, 02 and 0D. RGB value is (22,2,13). Sum of RGB (Red+Green+Blue) = 22+2+13=37 (4% of max value = 765). Red value is 22 (8.98% from 255 or 59.46% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 22 - color contains mainly: red. Hex color #16020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16020D is #E9FDF2. Grayscale: #090909. Windows color (decimal): -15334899 or 852502. OLE color: 852502.
HSL color Cylindrical-coordinate representation of color #16020D: hue angle of 327º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16020D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 2 | 13 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.91 |
| HSL | 327º | 0.83% | 0.05% | - |
| HSV(B) | 327º | 0.91% | 0.09% | - |
| XYZ | 0.43 | 0.24 | 0.41 | - |
| YUV | 9.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 13 | 0 | 0.91 | 0.41 | 0.91 | 327 | 0.83 | 0.05 |
| Hex | 16 | 2 | D | 0 | 5B | 29 | 5B | 147 | 53 | 5 |
| Octal | 26 | 2 | 15 | 0 | 133 | 51 | 133 | 507 | 123 | 5 |
| Binary | 10110 | 10 | 1101 | 0 | 1011011 | 101001 | 1011011 | 101000111 | 1010011 | 101 |
Color Harmonies of #16020D
Complementary color
Monochromatic Colors of #16020D
Black with #16020D
Text Example
Text Example
White with #16020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16020D; }
p { color: rgb(22,2,13); }
H1.HeaderClassName
{
color: #16020D;
}
.AnyTagClassName
{
color: #16020D;
}
</style>
background-color css
<style>
a { background-color: #16020D; }
a { background-color: rgb(22,2,13); }
div.DivClassName
{
background-color: #16020D;
}
.BgClassName
{
background-color: #16020D;
}
</style>
border-color css
<style>
span { border-color: #16020D; }
span { border-color: rgb(22,2,13); }
td.TdClassName
{
border-color: #16020D;
}
.TagClassName
{
border-color: #16020D;
}
</style>