#220D19

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

Shades of Blackberry #220D19

Tints of Blackberry #220D19

Color information

#220D19 (or 0x220D19) is unknown color: approx Blackberry. HEX triplet: 22, 0D and 19. RGB value is (34,13,25). Sum of RGB (Red+Green+Blue) = 34+13+25=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #220D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D19 is #DDF2E6. Grayscale: #141414. Windows color (decimal): -14545639 or 1641762. OLE color: 1641762.

HSL color Cylindrical-coordinate representation of color #220D19: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #220D19 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.87.

Color convert

RGB341325-
CMYK00.620.260.87
HSL325.71º44.68%9.22%-
HSV(B)325.71º61.76%13.33%-
XYZ0.980.71-
YUV20.65130.46137.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.22%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 25 (10.16% from 255) = 34.72%
R=47.22%
G=18.06%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34132500.620.260.87325.7144.689.22
Hex22D1903E1A571462d9
Octal421531076321275065511
Binary10001011011100101111101101010101111010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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