Shades of Blackberry #1E0616
Tints of Blackberry #1E0616
RGB
CMYK
RGB Variations
Color information
#1E0616 (or 0x1E0616) is known color: Blackberry. HEX triplet: 1E, 06 and 16. RGB value is (30,6,22). Sum of RGB (Red+Green+Blue) = 30+6+22=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0616 is #E1F9E9. Grayscale: #0E0E0E. Windows color (decimal): -14809578 or 1443358. OLE color: 1443358.
HSL color Cylindrical-coordinate representation of color #1E0616: hue angle of 320º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E0616 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 6 | 22 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.88 |
| HSL | 320º | 0.67% | 0.07% | - |
| HSV(B) | 320º | 0.8% | 0.12% | - |
| XYZ | 0.75 | 0.46 | 0.81 | - |
| YUV | 15 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 22 | 0 | 0.80 | 0.27 | 0.88 | 320 | 0.67 | 0.07 |
| Hex | 1E | 6 | 16 | 0 | 50 | 1B | 58 | 140 | 43 | 7 |
| Octal | 36 | 6 | 26 | 0 | 120 | 33 | 130 | 500 | 103 | 7 |
| Binary | 11110 | 110 | 10110 | 0 | 1010000 | 11011 | 1011000 | 101000000 | 1000011 | 111 |
Color Harmonies of #1E0616
Complementary color
Monochromatic Colors of #1E0616
Black with #1E0616
Text Example
Text Example
White with #1E0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0616; }
p { color: rgb(30,6,22); }
H1.HeaderClassName
{
color: #1E0616;
}
.AnyTagClassName
{
color: #1E0616;
}
</style>
background-color css
<style>
a { background-color: #1E0616; }
a { background-color: rgb(30,6,22); }
div.DivClassName
{
background-color: #1E0616;
}
.BgClassName
{
background-color: #1E0616;
}
</style>
border-color css
<style>
span { border-color: #1E0616; }
span { border-color: rgb(30,6,22); }
td.TdClassName
{
border-color: #1E0616;
}
.TagClassName
{
border-color: #1E0616;
}
</style>