Shades of Blackberry #1E0112
Tints of Blackberry #1E0112
RGB
CMYK
RGB Variations
Color information
#1E0112 (or 0x1E0112) is known color: Blackberry. HEX triplet: 1E, 01 and 12. RGB value is (30,1,18). Sum of RGB (Red+Green+Blue) = 30+1+18=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0112 is #E1FEED. Grayscale: #0B0B0B. Windows color (decimal): -14810862 or 1179934. OLE color: 1179934.
HSL color Cylindrical-coordinate representation of color #1E0112: hue angle of 324.83º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0112 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 18 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.88 |
| HSL | 324.83º | 0.94% | 0.06% | - |
| HSV(B) | 324.83º | 0.97% | 0.12% | - |
| XYZ | 0.66 | 0.34 | 0.6 | - |
| YUV | 11.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 18 | 0 | 0.97 | 0.40 | 0.88 | 324.83 | 0.94 | 0.06 |
| Hex | 1E | 1 | 12 | 0 | 61 | 28 | 58 | 145 | 5E | 6 |
| Octal | 36 | 1 | 22 | 0 | 141 | 50 | 130 | 505 | 136 | 6 |
| Binary | 11110 | 1 | 10010 | 0 | 1100001 | 101000 | 1011000 | 101000101 | 1011110 | 110 |
Color Harmonies of #1E0112
Complementary color
Monochromatic Colors of #1E0112
Black with #1E0112
Text Example
Text Example
White with #1E0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0112; }
p { color: rgb(30,1,18); }
H1.HeaderClassName
{
color: #1E0112;
}
.AnyTagClassName
{
color: #1E0112;
}
</style>
background-color css
<style>
a { background-color: #1E0112; }
a { background-color: rgb(30,1,18); }
div.DivClassName
{
background-color: #1E0112;
}
.BgClassName
{
background-color: #1E0112;
}
</style>
border-color css
<style>
span { border-color: #1E0112; }
span { border-color: rgb(30,1,18); }
td.TdClassName
{
border-color: #1E0112;
}
.TagClassName
{
border-color: #1E0112;
}
</style>