#220E18

Color #220E18 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #220E18

Tints of Blackberry #220E18

Color information

#220E18 (or 0x220E18) is unknown color: approx 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

RGB341424-
CMYK00.590.290.87
HSL330º41.67%9.41%-
HSV(B)330º58.82%13.33%-
XYZ0.980.720.95-
YUV21.12129.63137.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 47.22%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=47.22%
G=19.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34142400.590.290.8733041.679.41
Hex22E1803B1D5714a2a9
Octal421630073351275125211
Binary10001011101100001110111110110101111010010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>