Shades of Blackberry #16040F
Tints of Blackberry #16040F
RGB
CMYK
RGB Variations
Color information
#16040F (or 0x16040F) is known color: Blackberry. HEX triplet: 16, 04 and 0F. RGB value is (22,4,15). Sum of RGB (Red+Green+Blue) = 22+4+15=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #16040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16040F is #E9FBF0. Grayscale: #0A0A0A. Windows color (decimal): -15334385 or 984086. OLE color: 984086.
HSL color Cylindrical-coordinate representation of color #16040F: hue angle of 323.33º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16040F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 4 | 15 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.91 |
| HSL | 323.33º | 0.69% | 0.05% | - |
| HSV(B) | 323.33º | 0.82% | 0.09% | - |
| XYZ | 0.46 | 0.29 | 0.48 | - |
| YUV | 10.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 15 | 0 | 0.82 | 0.32 | 0.91 | 323.33 | 0.69 | 0.05 |
| Hex | 16 | 4 | F | 0 | 52 | 20 | 5B | 143 | 45 | 5 |
| Octal | 26 | 4 | 17 | 0 | 122 | 40 | 133 | 503 | 105 | 5 |
| Binary | 10110 | 100 | 1111 | 0 | 1010010 | 100000 | 1011011 | 101000011 | 1000101 | 101 |
Color Harmonies of #16040F
Complementary color
Monochromatic Colors of #16040F
Black with #16040F
Text Example
Text Example
White with #16040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16040F; }
p { color: rgb(22,4,15); }
H1.HeaderClassName
{
color: #16040F;
}
.AnyTagClassName
{
color: #16040F;
}
</style>
background-color css
<style>
a { background-color: #16040F; }
a { background-color: rgb(22,4,15); }
div.DivClassName
{
background-color: #16040F;
}
.BgClassName
{
background-color: #16040F;
}
</style>
border-color css
<style>
span { border-color: #16040F; }
span { border-color: rgb(22,4,15); }
td.TdClassName
{
border-color: #16040F;
}
.TagClassName
{
border-color: #16040F;
}
</style>