Shades of Blackberry #1E0515
Tints of Blackberry #1E0515
RGB
CMYK
RGB Variations
Color information
#1E0515 (or 0x1E0515) is known color: Blackberry. HEX triplet: 1E, 05 and 15. RGB value is (30,5,21). Sum of RGB (Red+Green+Blue) = 30+5+21=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0515 is #E1FAEA. Grayscale: #0E0E0E. Windows color (decimal): -14809835 or 1377566. OLE color: 1377566.
HSL color Cylindrical-coordinate representation of color #1E0515: hue angle of 321.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0515 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 21 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.88 |
| HSL | 321.6º | 0.71% | 0.07% | - |
| HSV(B) | 321.6º | 0.83% | 0.12% | - |
| XYZ | 0.73 | 0.44 | 0.76 | - |
| YUV | 14.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 21 | 0 | 0.83 | 0.30 | 0.88 | 321.6 | 0.71 | 0.07 |
| Hex | 1E | 5 | 15 | 0 | 53 | 1E | 58 | 142 | 47 | 7 |
| Octal | 36 | 5 | 25 | 0 | 123 | 36 | 130 | 502 | 107 | 7 |
| Binary | 11110 | 101 | 10101 | 0 | 1010011 | 11110 | 1011000 | 101000010 | 1000111 | 111 |
Color Harmonies of #1E0515
Complementary color
Monochromatic Colors of #1E0515
Black with #1E0515
Text Example
Text Example
White with #1E0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0515; }
p { color: rgb(30,5,21); }
H1.HeaderClassName
{
color: #1E0515;
}
.AnyTagClassName
{
color: #1E0515;
}
</style>
background-color css
<style>
a { background-color: #1E0515; }
a { background-color: rgb(30,5,21); }
div.DivClassName
{
background-color: #1E0515;
}
.BgClassName
{
background-color: #1E0515;
}
</style>
border-color css
<style>
span { border-color: #1E0515; }
span { border-color: rgb(30,5,21); }
td.TdClassName
{
border-color: #1E0515;
}
.TagClassName
{
border-color: #1E0515;
}
</style>