Shades of Blackberry #220E18
Tints of Blackberry #220E18
RGB
CMYK
RGB Variations
Color information
#220E18 (or 0x220E18) is known color: Blackberry. HEX triplet: 22, 0E and 18. RGB value is (34,14,24). Sum of RGB (Red+Green+Blue) = 34+14+24=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #220E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E18 is #DDF1E7. Grayscale: #151515. Windows color (decimal): -14545384 or 1576482. OLE color: 1576482.
HSL color Cylindrical-coordinate representation of color #220E18: hue angle of 330º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #220E18 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 14 | 24 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.87 |
| HSL | 330º | 0.42% | 0.09% | - |
| HSV(B) | 330º | 0.59% | 0.13% | - |
| XYZ | 0.98 | 0.72 | 0.95 | - |
| YUV | 21.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 24 | 0 | 0.59 | 0.29 | 0.87 | 330 | 0.42 | 0.09 |
| Hex | 22 | E | 18 | 0 | 3B | 1D | 57 | 14A | 2A | 9 |
| Octal | 42 | 16 | 30 | 0 | 73 | 35 | 127 | 512 | 52 | 11 |
| Binary | 100010 | 1110 | 11000 | 0 | 111011 | 11101 | 1010111 | 101001010 | 101010 | 1001 |
Color Harmonies of #220E18
Complementary color
Monochromatic Colors of #220E18
Black with #220E18
Text Example
Text Example
White with #220E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E18; }
p { color: rgb(34,14,24); }
H1.HeaderClassName
{
color: #220E18;
}
.AnyTagClassName
{
color: #220E18;
}
</style>
background-color css
<style>
a { background-color: #220E18; }
a { background-color: rgb(34,14,24); }
div.DivClassName
{
background-color: #220E18;
}
.BgClassName
{
background-color: #220E18;
}
</style>
border-color css
<style>
span { border-color: #220E18; }
span { border-color: rgb(34,14,24); }
td.TdClassName
{
border-color: #220E18;
}
.TagClassName
{
border-color: #220E18;
}
</style>