Shades of Blackberry #18020E
Tints of Blackberry #18020E
RGB
CMYK
RGB Variations
Color information
#18020E (or 0x18020E) is known color: Blackberry. HEX triplet: 18, 02 and 0E. RGB value is (24,2,14). Sum of RGB (Red+Green+Blue) = 24+2+14=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #18020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18020E is #E7FDF1. Grayscale: #090909. Windows color (decimal): -15203826 or 918040. OLE color: 918040.
HSL color Cylindrical-coordinate representation of color #18020E: hue angle of 327.27º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18020E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 2 | 14 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.91 |
| HSL | 327.27º | 0.85% | 0.05% | - |
| HSV(B) | 327.27º | 0.92% | 0.09% | - |
| XYZ | 0.48 | 0.27 | 0.44 | - |
| YUV | 9.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 14 | 0 | 0.92 | 0.42 | 0.91 | 327.27 | 0.85 | 0.05 |
| Hex | 18 | 2 | E | 0 | 5C | 2A | 5B | 147 | 55 | 5 |
| Octal | 30 | 2 | 16 | 0 | 134 | 52 | 133 | 507 | 125 | 5 |
| Binary | 11000 | 10 | 1110 | 0 | 1011100 | 101010 | 1011011 | 101000111 | 1010101 | 101 |
Color Harmonies of #18020E
Complementary color
Monochromatic Colors of #18020E
Black with #18020E
Text Example
Text Example
White with #18020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18020E; }
p { color: rgb(24,2,14); }
H1.HeaderClassName
{
color: #18020E;
}
.AnyTagClassName
{
color: #18020E;
}
</style>
background-color css
<style>
a { background-color: #18020E; }
a { background-color: rgb(24,2,14); }
div.DivClassName
{
background-color: #18020E;
}
.BgClassName
{
background-color: #18020E;
}
</style>
border-color css
<style>
span { border-color: #18020E; }
span { border-color: rgb(24,2,14); }
td.TdClassName
{
border-color: #18020E;
}
.TagClassName
{
border-color: #18020E;
}
</style>