Shades of Blackberry #1E0111
Tints of Blackberry #1E0111
RGB
CMYK
RGB Variations
Color information
#1E0111 (or 0x1E0111) is known color: Blackberry. HEX triplet: 1E, 01 and 11. RGB value is (30,1,17). Sum of RGB (Red+Green+Blue) = 30+1+17=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0111 is #E1FEEE. Grayscale: #0B0B0B. Windows color (decimal): -14810863 or 1114398. OLE color: 1114398.
HSL color Cylindrical-coordinate representation of color #1E0111: hue angle of 326.9º 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 #1E0111 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 17 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.88 |
| HSL | 326.9º | 0.94% | 0.06% | - |
| HSV(B) | 326.9º | 0.97% | 0.12% | - |
| XYZ | 0.65 | 0.34 | 0.56 | - |
| YUV | 11.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 17 | 0 | 0.97 | 0.43 | 0.88 | 326.9 | 0.94 | 0.06 |
| Hex | 1E | 1 | 11 | 0 | 61 | 2B | 58 | 147 | 5E | 6 |
| Octal | 36 | 1 | 21 | 0 | 141 | 53 | 130 | 507 | 136 | 6 |
| Binary | 11110 | 1 | 10001 | 0 | 1100001 | 101011 | 1011000 | 101000111 | 1011110 | 110 |
Color Harmonies of #1E0111
Complementary color
Monochromatic Colors of #1E0111
Black with #1E0111
Text Example
Text Example
White with #1E0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0111; }
p { color: rgb(30,1,17); }
H1.HeaderClassName
{
color: #1E0111;
}
.AnyTagClassName
{
color: #1E0111;
}
</style>
background-color css
<style>
a { background-color: #1E0111; }
a { background-color: rgb(30,1,17); }
div.DivClassName
{
background-color: #1E0111;
}
.BgClassName
{
background-color: #1E0111;
}
</style>
border-color css
<style>
span { border-color: #1E0111; }
span { border-color: rgb(30,1,17); }
td.TdClassName
{
border-color: #1E0111;
}
.TagClassName
{
border-color: #1E0111;
}
</style>