#220919

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

Shades of Blackberry #220919

Tints of Blackberry #220919

Color information

#220919 (or 0x220919) is unknown color: approx Blackberry. HEX triplet: 22, 09 and 19. RGB value is (34,9,25). Sum of RGB (Red+Green+Blue) = 34+9+25=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #220919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220919 is #DDF6E6. Grayscale: #121212. Windows color (decimal): -14546663 or 1640738. OLE color: 1640738.

HSL color Cylindrical-coordinate representation of color #220919: hue angle of 321.6º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #220919 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.87.

Color convert

RGB34925-
CMYK00.740.260.87
HSL321.6º58.14%8.43%-
HSV(B)321.6º73.53%13.33%-
XYZ0.930.610.99-
YUV18.3131.78139.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=50%
G=13.24%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3492500.740.260.87321.658.148.43
Hex2291904A1A571423a8
Octal4211310112321275027210
Binary100010100111001010010101101010101111010000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220919; }

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

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

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

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

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

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

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

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