Shades of Blackberry #1E0314
Tints of Blackberry #1E0314
RGB
CMYK
RGB Variations
Color information
#1E0314 (or 0x1E0314) is known color: Blackberry. HEX triplet: 1E, 03 and 14. RGB value is (30,3,20). Sum of RGB (Red+Green+Blue) = 30+3+20=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0314 is #E1FCEB. Grayscale: #0C0C0C. Windows color (decimal): -14810348 or 1311518. OLE color: 1311518.
HSL color Cylindrical-coordinate representation of color #1E0314: hue angle of 322.22º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0314 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 20 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.88 |
| HSL | 322.22º | 0.82% | 0.06% | - |
| HSV(B) | 322.22º | 0.9% | 0.12% | - |
| XYZ | 0.69 | 0.39 | 0.7 | - |
| YUV | 13.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 20 | 0 | 0.90 | 0.33 | 0.88 | 322.22 | 0.82 | 0.06 |
| Hex | 1E | 3 | 14 | 0 | 5A | 21 | 58 | 142 | 52 | 6 |
| Octal | 36 | 3 | 24 | 0 | 132 | 41 | 130 | 502 | 122 | 6 |
| Binary | 11110 | 11 | 10100 | 0 | 1011010 | 100001 | 1011000 | 101000010 | 1010010 | 110 |
Color Harmonies of #1E0314
Complementary color
Monochromatic Colors of #1E0314
Black with #1E0314
Text Example
Text Example
White with #1E0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0314; }
p { color: rgb(30,3,20); }
H1.HeaderClassName
{
color: #1E0314;
}
.AnyTagClassName
{
color: #1E0314;
}
</style>
background-color css
<style>
a { background-color: #1E0314; }
a { background-color: rgb(30,3,20); }
div.DivClassName
{
background-color: #1E0314;
}
.BgClassName
{
background-color: #1E0314;
}
</style>
border-color css
<style>
span { border-color: #1E0314; }
span { border-color: rgb(30,3,20); }
td.TdClassName
{
border-color: #1E0314;
}
.TagClassName
{
border-color: #1E0314;
}
</style>