#220017

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

Shades of Blackberry #220017

Tints of Blackberry #220017

Color information

#220017 (or 0x220017) is unknown color: approx Blackberry. HEX triplet: 22, 00 and 17. RGB value is (34,0,23). Sum of RGB (Red+Green+Blue) = 34+0+23=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #220017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220017 is #DDFFE8. Grayscale: #0C0C0C. Windows color (decimal): -14548969 or 1507362. OLE color: 1507362.

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

Color convert

RGB34023-
CMYK010.320.87
HSL319.41º100%6.67%-
HSV(B)319.41º100%13.33%-
XYZ0.810.40.85-
YUV12.79133.76143.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 59.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=59.65%
G=0%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34023010.320.87319.411006.67
Hex22017064205713f647
Octal420270144401274771447
Binary1000100101110110010010000010101111001111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220017; }

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

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

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

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

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

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

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

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