#220212

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

Shades of Blackberry #220212

Tints of Blackberry #220212

Color information

#220212 (or 0x220212) is unknown color: approx Blackberry. HEX triplet: 22, 02 and 12. RGB value is (34,2,18). Sum of RGB (Red+Green+Blue) = 34+2+18=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #220212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220212 is #DDFDED. Grayscale: #0D0D0D. Windows color (decimal): -14548462 or 1180194. OLE color: 1180194.

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

Color convert

RGB34218-
CMYK00.940.470.87
HSL330º88.89%7.06%-
HSV(B)330º94.12%13.33%-
XYZ0.790.430.61-
YUV13.39130.6142.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 62.96%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=62.96%
G=3.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3421800.940.470.8733088.897.06
Hex2221205E2F5714a597
Octal422220136571275121317
Binary10001010100100101111010111110101111010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220212; }

 p { color: rgb(34,2,18); }

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

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

 a { background-color: rgb(34,2,18); }

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

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

 span { border-color: rgb(34,2,18); }

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