#220E1A

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

Shades of Blackberry #220E1A

Tints of Blackberry #220E1A

Color information

#220E1A (or 0x220E1A) is unknown color: approx Blackberry. HEX triplet: 22, 0E and 1A. RGB value is (34,14,26). Sum of RGB (Red+Green+Blue) = 34+14+26=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 34 - color contains mainly: red. Hex color #220E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E1A is #DDF1E5. Grayscale: #151515. Windows color (decimal): -14545382 or 1707554. OLE color: 1707554.

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

Color convert

RGB341426-
CMYK00.590.240.87
HSL324º41.67%9.41%-
HSV(B)324º58.82%13.33%-
XYZ10.731.07-
YUV21.35130.63137.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.95%
GREEN value IS 14 (5.86% from 255) = 18.92%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=45.95%
G=18.92%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34142600.590.240.8732441.679.41
Hex22E1A03B18571442a9
Octal421632073301275045211
Binary10001011101101001110111100010101111010001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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