Shades of Blackberry #1E0115
Tints of Blackberry #1E0115
RGB
CMYK
RGB Variations
Color information
#1E0115 (or 0x1E0115) is known color: Blackberry. HEX triplet: 1E, 01 and 15. RGB value is (30,1,21). Sum of RGB (Red+Green+Blue) = 30+1+21=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0115 is #E1FEEA. Grayscale: #0B0B0B. Windows color (decimal): -14810859 or 1376542. OLE color: 1376542.
HSL color Cylindrical-coordinate representation of color #1E0115: hue angle of 318.62º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0115 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 21 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.88 |
| HSL | 318.62º | 0.94% | 0.06% | - |
| HSV(B) | 318.62º | 0.97% | 0.12% | - |
| XYZ | 0.68 | 0.35 | 0.74 | - |
| YUV | 11.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 21 | 0 | 0.97 | 0.30 | 0.88 | 318.62 | 0.94 | 0.06 |
| Hex | 1E | 1 | 15 | 0 | 61 | 1E | 58 | 13F | 5E | 6 |
| Octal | 36 | 1 | 25 | 0 | 141 | 36 | 130 | 477 | 136 | 6 |
| Binary | 11110 | 1 | 10101 | 0 | 1100001 | 11110 | 1011000 | 100111111 | 1011110 | 110 |
Color Harmonies of #1E0115
Complementary color
Monochromatic Colors of #1E0115
Black with #1E0115
Text Example
Text Example
White with #1E0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0115; }
p { color: rgb(30,1,21); }
H1.HeaderClassName
{
color: #1E0115;
}
.AnyTagClassName
{
color: #1E0115;
}
</style>
background-color css
<style>
a { background-color: #1E0115; }
a { background-color: rgb(30,1,21); }
div.DivClassName
{
background-color: #1E0115;
}
.BgClassName
{
background-color: #1E0115;
}
</style>
border-color css
<style>
span { border-color: #1E0115; }
span { border-color: rgb(30,1,21); }
td.TdClassName
{
border-color: #1E0115;
}
.TagClassName
{
border-color: #1E0115;
}
</style>