#220413

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

Shades of Blackberry #220413

Tints of Blackberry #220413

Color information

#220413 (or 0x220413) is unknown color: approx Blackberry. HEX triplet: 22, 04 and 13. RGB value is (34,4,19). Sum of RGB (Red+Green+Blue) = 34+4+19=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #220413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220413 is #DDFBEC. Grayscale: #0E0E0E. Windows color (decimal): -14547949 or 1246242. OLE color: 1246242.

HSL color Cylindrical-coordinate representation of color #220413: hue angle of 330º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220413 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB34419-
CMYK00.880.440.87
HSL330º78.95%7.45%-
HSV(B)330º88.24%13.33%-
XYZ0.820.470.66-
YUV14.68130.44141.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 59.65%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=59.65%
G=7.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3441900.880.440.8733078.957.45
Hex224130582C5714a4f7
Octal424230130541275121177
Binary100010100100110101100010110010101111010010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220413; }

 p { color: rgb(34,4,19); }

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

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

 a { background-color: rgb(34,4,19); }

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

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

 span { border-color: rgb(34,4,19); }

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