Shades of Blackberry #16010E
Tints of Blackberry #16010E
RGB
CMYK
RGB Variations
Color information
#16010E (or 0x16010E) is known color: Blackberry. HEX triplet: 16, 01 and 0E. RGB value is (22,1,14). Sum of RGB (Red+Green+Blue) = 22+1+14=37 (4% of max value = 765). Red value is 22 (8.98% from 255 or 59.46% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 22 - color contains mainly: red. Hex color #16010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16010E is #E9FEF1. Grayscale: #080808. Windows color (decimal): -15335154 or 917782. OLE color: 917782.
HSL color Cylindrical-coordinate representation of color #16010E: hue angle of 322.86º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16010E is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 1 | 14 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.91 |
| HSL | 322.86º | 0.91% | 0.05% | - |
| HSV(B) | 322.86º | 0.95% | 0.09% | - |
| XYZ | 0.42 | 0.22 | 0.44 | - |
| YUV | 8.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 14 | 0 | 0.95 | 0.36 | 0.91 | 322.86 | 0.91 | 0.05 |
| Hex | 16 | 1 | E | 0 | 5F | 24 | 5B | 143 | 5B | 5 |
| Octal | 26 | 1 | 16 | 0 | 137 | 44 | 133 | 503 | 133 | 5 |
| Binary | 10110 | 1 | 1110 | 0 | 1011111 | 100100 | 1011011 | 101000011 | 1011011 | 101 |
Color Harmonies of #16010E
Complementary color
Monochromatic Colors of #16010E
Black with #16010E
Text Example
Text Example
White with #16010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16010E; }
p { color: rgb(22,1,14); }
H1.HeaderClassName
{
color: #16010E;
}
.AnyTagClassName
{
color: #16010E;
}
</style>
background-color css
<style>
a { background-color: #16010E; }
a { background-color: rgb(22,1,14); }
div.DivClassName
{
background-color: #16010E;
}
.BgClassName
{
background-color: #16010E;
}
</style>
border-color css
<style>
span { border-color: #16010E; }
span { border-color: rgb(22,1,14); }
td.TdClassName
{
border-color: #16010E;
}
.TagClassName
{
border-color: #16010E;
}
</style>