Shades of Blackberry #1E0516
Tints of Blackberry #1E0516
RGB
CMYK
RGB Variations
Color information
#1E0516 (or 0x1E0516) is known color: Blackberry. HEX triplet: 1E, 05 and 16. RGB value is (30,5,22). Sum of RGB (Red+Green+Blue) = 30+5+22=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0516 is #E1FAE9. Grayscale: #0E0E0E. Windows color (decimal): -14809834 or 1443102. OLE color: 1443102.
HSL color Cylindrical-coordinate representation of color #1E0516: hue angle of 319.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0516 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 22 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.88 |
| HSL | 319.2º | 0.71% | 0.07% | - |
| HSV(B) | 319.2º | 0.83% | 0.12% | - |
| XYZ | 0.73 | 0.44 | 0.81 | - |
| YUV | 14.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 22 | 0 | 0.83 | 0.27 | 0.88 | 319.2 | 0.71 | 0.07 |
| Hex | 1E | 5 | 16 | 0 | 53 | 1B | 58 | 13F | 47 | 7 |
| Octal | 36 | 5 | 26 | 0 | 123 | 33 | 130 | 477 | 107 | 7 |
| Binary | 11110 | 101 | 10110 | 0 | 1010011 | 11011 | 1011000 | 100111111 | 1000111 | 111 |
Color Harmonies of #1E0516
Complementary color
Monochromatic Colors of #1E0516
Black with #1E0516
Text Example
Text Example
White with #1E0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0516; }
p { color: rgb(30,5,22); }
H1.HeaderClassName
{
color: #1E0516;
}
.AnyTagClassName
{
color: #1E0516;
}
</style>
background-color css
<style>
a { background-color: #1E0516; }
a { background-color: rgb(30,5,22); }
div.DivClassName
{
background-color: #1E0516;
}
.BgClassName
{
background-color: #1E0516;
}
</style>
border-color css
<style>
span { border-color: #1E0516; }
span { border-color: rgb(30,5,22); }
td.TdClassName
{
border-color: #1E0516;
}
.TagClassName
{
border-color: #1E0516;
}
</style>