Shades of Blackberry #1E0914
Tints of Blackberry #1E0914
RGB
CMYK
RGB Variations
Color information
#1E0914 (or 0x1E0914) is known color: Blackberry. HEX triplet: 1E, 09 and 14. RGB value is (30,9,20). Sum of RGB (Red+Green+Blue) = 30+9+20=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0914 is #E1F6EB. Grayscale: #101010. Windows color (decimal): -14808812 or 1313054. OLE color: 1313054.
HSL color Cylindrical-coordinate representation of color #1E0914: hue angle of 328.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E0914 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 9 | 20 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.88 |
| HSL | 328.57º | 0.54% | 0.08% | - |
| HSV(B) | 328.57º | 0.7% | 0.12% | - |
| XYZ | 0.76 | 0.52 | 0.72 | - |
| YUV | 16.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 20 | 0 | 0.70 | 0.33 | 0.88 | 328.57 | 0.54 | 0.08 |
| Hex | 1E | 9 | 14 | 0 | 46 | 21 | 58 | 149 | 36 | 8 |
| Octal | 36 | 11 | 24 | 0 | 106 | 41 | 130 | 511 | 66 | 10 |
| Binary | 11110 | 1001 | 10100 | 0 | 1000110 | 100001 | 1011000 | 101001001 | 110110 | 1000 |
Color Harmonies of #1E0914
Complementary color
Monochromatic Colors of #1E0914
Black with #1E0914
Text Example
Text Example
White with #1E0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0914; }
p { color: rgb(30,9,20); }
H1.HeaderClassName
{
color: #1E0914;
}
.AnyTagClassName
{
color: #1E0914;
}
</style>
background-color css
<style>
a { background-color: #1E0914; }
a { background-color: rgb(30,9,20); }
div.DivClassName
{
background-color: #1E0914;
}
.BgClassName
{
background-color: #1E0914;
}
</style>
border-color css
<style>
span { border-color: #1E0914; }
span { border-color: rgb(30,9,20); }
td.TdClassName
{
border-color: #1E0914;
}
.TagClassName
{
border-color: #1E0914;
}
</style>