#220117

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

Shades of Blackberry #220117

Tints of Blackberry #220117

Color information

#220117 (or 0x220117) is unknown color: approx Blackberry. HEX triplet: 22, 01 and 17. RGB value is (34,1,23). Sum of RGB (Red+Green+Blue) = 34+1+23=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #220117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220117 is #DDFEE8. Grayscale: #0D0D0D. Windows color (decimal): -14548713 or 1507618. OLE color: 1507618.

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

Color convert

RGB34123-
CMYK00.970.320.87
HSL320º94.29%6.86%-
HSV(B)320º97.06%13.33%-
XYZ0.830.420.85-
YUV13.38133.43142.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 58.62%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=58.62%
G=1.72%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3412300.970.320.8732094.296.86
Hex2211706120571405e7
Octal421270141401275001367
Binary1000101101110110000110000010101111010000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220117; }

 p { color: rgb(34,1,23); }

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

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

 a { background-color: rgb(34,1,23); }

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

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

 span { border-color: rgb(34,1,23); }

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