Shades of Blackberry #1E0013
Tints of Blackberry #1E0013
RGB
CMYK
RGB Variations
Color information
#1E0013 (or 0x1E0013) is known color: Blackberry. HEX triplet: 1E, 00 and 13. RGB value is (30,0,19). Sum of RGB (Red+Green+Blue) = 30+0+19=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0013 is #E1FFEC. Grayscale: #0B0B0B. Windows color (decimal): -14811117 or 1245214. OLE color: 1245214.
HSL color Cylindrical-coordinate representation of color #1E0013: hue angle of 322º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0013 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.37 | 0.88 |
| HSL | 322º | 1% | 0.06% | - |
| HSV(B) | 322º | 1% | 0.12% | - |
| XYZ | 0.65 | 0.32 | 0.64 | - |
| YUV | 11.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 19 | 0 | 1 | 0.37 | 0.88 | 322 | 1 | 0.06 |
| Hex | 1E | 0 | 13 | 0 | 64 | 25 | 58 | 142 | 64 | 6 |
| Octal | 36 | 0 | 23 | 0 | 144 | 45 | 130 | 502 | 144 | 6 |
| Binary | 11110 | 0 | 10011 | 0 | 1100100 | 100101 | 1011000 | 101000010 | 1100100 | 110 |
Color Harmonies of #1E0013
Complementary color
Monochromatic Colors of #1E0013
Black with #1E0013
Text Example
Text Example
White with #1E0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0013; }
p { color: rgb(30,0,19); }
H1.HeaderClassName
{
color: #1E0013;
}
.AnyTagClassName
{
color: #1E0013;
}
</style>
background-color css
<style>
a { background-color: #1E0013; }
a { background-color: rgb(30,0,19); }
div.DivClassName
{
background-color: #1E0013;
}
.BgClassName
{
background-color: #1E0013;
}
</style>
border-color css
<style>
span { border-color: #1E0013; }
span { border-color: rgb(30,0,19); }
td.TdClassName
{
border-color: #1E0013;
}
.TagClassName
{
border-color: #1E0013;
}
</style>