#220E19

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

Shades of Blackberry #220E19

Tints of Blackberry #220E19

Color information

#220E19 (or 0x220E19) is unknown color: approx Blackberry. HEX triplet: 22, 0E and 19. RGB value is (34,14,25). Sum of RGB (Red+Green+Blue) = 34+14+25=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E19 is #DDF1E6. Grayscale: #151515. Windows color (decimal): -14545383 or 1642018. OLE color: 1642018.

HSL color Cylindrical-coordinate representation of color #220E19: hue angle of 327º 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 #220E19 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.87.

Color convert

RGB341425-
CMYK00.590.260.87
HSL327º41.67%9.41%-
HSV(B)327º58.82%13.33%-
XYZ0.990.721.01-
YUV21.23130.13137.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 14 (5.86% from 255) = 19.18%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=46.58%
G=19.18%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34142500.590.260.8732741.679.41
Hex22E1903B1A571472a9
Octal421631073321275075211
Binary10001011101100101110111101010101111010001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220E19; }

 p { color: rgb(34,14,25); }

 H1.HeaderClassName
 {
   color: #220E19;
 }
 .AnyTagClassName
 {
   color: #220E19;
 }
</style>
background-color css

<style>
 a { background-color: #220E19; }

 a { background-color: rgb(34,14,25); }

 div.DivClassName
 {
   background-color: #220E19;
 }
 .BgClassName
 {
   background-color: #220E19;
 }
</style>
border-color css

<style>
 span { border-color: #220E19; }

 span { border-color: rgb(34,14,25); }

 td.TdClassName
 {
   border-color: #220E19;
 }
 .TagClassName
 {
   border-color: #220E19;
 }
</style>