#220619

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

Shades of Blackberry #220619

Tints of Blackberry #220619

Color information

#220619 (or 0x220619) is unknown color: approx Blackberry. HEX triplet: 22, 06 and 19. RGB value is (34,6,25). Sum of RGB (Red+Green+Blue) = 34+6+25=65 (8% of max value = 765). Red value is 34 (13.67% from 255 or 52.31% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 34 - color contains mainly: red. Hex color #220619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220619 is #DDF9E6. Grayscale: #101010. Windows color (decimal): -14547431 or 1639970. OLE color: 1639970.

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

Color convert

RGB34625-
CMYK00.820.260.87
HSL319.29º70%7.84%-
HSV(B)319.29º82.35%13.33%-
XYZ0.90.540.98-
YUV16.54132.78140.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 52.31%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=52.31%
G=9.23%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3462500.820.260.87319.29707.84
Hex226190521A5713f468
Octal4263101223212747710610
Binary100010110110010101001011010101011110011111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220619; }

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

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

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

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

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

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

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

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