Shades of Blackberry #1E0414
Tints of Blackberry #1E0414
RGB
CMYK
RGB Variations
Color information
#1E0414 (or 0x1E0414) is known color: Blackberry. HEX triplet: 1E, 04 and 14. RGB value is (30,4,20). Sum of RGB (Red+Green+Blue) = 30+4+20=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0414 is #E1FBEB. Grayscale: #0D0D0D. Windows color (decimal): -14810092 or 1311774. OLE color: 1311774.
HSL color Cylindrical-coordinate representation of color #1E0414: hue angle of 323.08º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E0414 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 4 | 20 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.88 |
| HSL | 323.08º | 0.76% | 0.07% | - |
| HSV(B) | 323.08º | 0.87% | 0.12% | - |
| XYZ | 0.71 | 0.41 | 0.7 | - |
| YUV | 13.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 20 | 0 | 0.87 | 0.33 | 0.88 | 323.08 | 0.76 | 0.07 |
| Hex | 1E | 4 | 14 | 0 | 57 | 21 | 58 | 143 | 4C | 7 |
| Octal | 36 | 4 | 24 | 0 | 127 | 41 | 130 | 503 | 114 | 7 |
| Binary | 11110 | 100 | 10100 | 0 | 1010111 | 100001 | 1011000 | 101000011 | 1001100 | 111 |
Color Harmonies of #1E0414
Complementary color
Monochromatic Colors of #1E0414
Black with #1E0414
Text Example
Text Example
White with #1E0414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0414; }
p { color: rgb(30,4,20); }
H1.HeaderClassName
{
color: #1E0414;
}
.AnyTagClassName
{
color: #1E0414;
}
</style>
background-color css
<style>
a { background-color: #1E0414; }
a { background-color: rgb(30,4,20); }
div.DivClassName
{
background-color: #1E0414;
}
.BgClassName
{
background-color: #1E0414;
}
</style>
border-color css
<style>
span { border-color: #1E0414; }
span { border-color: rgb(30,4,20); }
td.TdClassName
{
border-color: #1E0414;
}
.TagClassName
{
border-color: #1E0414;
}
</style>