#220519

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

Shades of Blackberry #220519

Tints of Blackberry #220519

Color information

#220519 (or 0x220519) is unknown color: approx Blackberry. HEX triplet: 22, 05 and 19. RGB value is (34,5,25). Sum of RGB (Red+Green+Blue) = 34+5+25=64 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.12% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 34 - color contains mainly: red. Hex color #220519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220519 is #DDFAE6. Grayscale: #0F0F0F. Windows color (decimal): -14547687 or 1639714. OLE color: 1639714.

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

Color convert

RGB34525-
CMYK00.850.260.87
HSL318.62º74.36%7.65%-
HSV(B)318.62º85.29%13.33%-
XYZ0.890.520.97-
YUV15.95133.11140.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 53.12%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=53.12%
G=7.81%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3452500.850.260.87318.6274.367.65
Hex225190551A5713f4a8
Octal4253101253212747711210
Binary100010101110010101010111010101011110011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220519; }

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

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

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

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

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

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

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

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