Shades of Blackberry #15020E
Tints of Blackberry #15020E
RGB
CMYK
RGB Variations
Color information
#15020E (or 0x15020E) is known color: Blackberry. HEX triplet: 15, 02 and 0E. RGB value is (21,2,14). Sum of RGB (Red+Green+Blue) = 21+2+14=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #15020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020E is #EAFDF1. Grayscale: #090909. Windows color (decimal): -15400434 or 918037. OLE color: 918037.
HSL color Cylindrical-coordinate representation of color #15020E: hue angle of 322.11º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15020E is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 2 | 14 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.92 |
| HSL | 322.11º | 0.83% | 0.05% | - |
| HSV(B) | 322.11º | 0.9% | 0.08% | - |
| XYZ | 0.41 | 0.23 | 0.44 | - |
| YUV | 9.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 14 | 0 | 0.90 | 0.33 | 0.92 | 322.11 | 0.83 | 0.05 |
| Hex | 15 | 2 | E | 0 | 5A | 21 | 5C | 142 | 53 | 5 |
| Octal | 25 | 2 | 16 | 0 | 132 | 41 | 134 | 502 | 123 | 5 |
| Binary | 10101 | 10 | 1110 | 0 | 1011010 | 100001 | 1011100 | 101000010 | 1010011 | 101 |
Color Harmonies of #15020E
Complementary color
Monochromatic Colors of #15020E
Black with #15020E
Text Example
Text Example
White with #15020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15020E; }
p { color: rgb(21,2,14); }
H1.HeaderClassName
{
color: #15020E;
}
.AnyTagClassName
{
color: #15020E;
}
</style>
background-color css
<style>
a { background-color: #15020E; }
a { background-color: rgb(21,2,14); }
div.DivClassName
{
background-color: #15020E;
}
.BgClassName
{
background-color: #15020E;
}
</style>
border-color css
<style>
span { border-color: #15020E; }
span { border-color: rgb(21,2,14); }
td.TdClassName
{
border-color: #15020E;
}
.TagClassName
{
border-color: #15020E;
}
</style>