Shades of Blackberry #1E1218
Tints of Blackberry #1E1218
RGB
CMYK
RGB Variations
Color information
#1E1218 (or 0x1E1218) is known color: Blackberry. HEX triplet: 1E, 12 and 18. RGB value is (30,18,24). Sum of RGB (Red+Green+Blue) = 30+18+24=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1218 is #E1EDE7. Grayscale: #161616. Windows color (decimal): -14806504 or 1577502. OLE color: 1577502.
HSL color Cylindrical-coordinate representation of color #1E1218: hue angle of 330º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1218 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
RGB | 30 | 18 | 24 | - |
CMYK | 0 | 0.40 | 0.20 | 0.88 |
HSL | 330º | 0.25% | 0.09% | - |
HSV(B) | 330º | 0.4% | 0.12% | - |
XYZ | 0.92 | 0.77 | 0.97 | - |
YUV | 22.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 18 | 24 | 0 | 0.40 | 0.20 | 0.88 | 330 | 0.25 | 0.09 |
Hex | 1E | 12 | 18 | 0 | 28 | 14 | 58 | 14A | 19 | 9 |
Octal | 36 | 22 | 30 | 0 | 50 | 24 | 130 | 512 | 31 | 11 |
Binary | 11110 | 10010 | 11000 | 0 | 101000 | 10100 | 1011000 | 101001010 | 11001 | 1001 |
Color Harmonies of #1E1218
Complementary color
Monochromatic Colors of #1E1218
Black with #1E1218
Text Example
Text Example
White with #1E1218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1218; }
p { color: rgb(30,18,24); }
H1.HeaderClassName
{
color: #1E1218;
}
.AnyTagClassName
{
color: #1E1218;
}
</style>
background-color css
<style>
a { background-color: #1E1218; }
a { background-color: rgb(30,18,24); }
div.DivClassName
{
background-color: #1E1218;
}
.BgClassName
{
background-color: #1E1218;
}
</style>
border-color css
<style>
span { border-color: #1E1218; }
span { border-color: rgb(30,18,24); }
td.TdClassName
{
border-color: #1E1218;
}
.TagClassName
{
border-color: #1E1218;
}
</style>