#220016

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

Shades of Blackberry #220016

Tints of Blackberry #220016

Color information

#220016 (or 0x220016) is unknown color: approx Blackberry. HEX triplet: 22, 00 and 16. RGB value is (34,0,22). Sum of RGB (Red+Green+Blue) = 34+0+22=56 (7% of max value = 765). Red value is 34 (13.67% from 255 or 60.71% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 34 - color contains mainly: red. Hex color #220016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220016 is #DDFFE9. Grayscale: #0C0C0C. Windows color (decimal): -14548970 or 1441826. OLE color: 1441826.

HSL color Cylindrical-coordinate representation of color #220016: hue angle of 321.18º 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 #220016 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB34022-
CMYK010.350.87
HSL321.18º100%6.67%-
HSV(B)321.18º100%13.33%-
XYZ0.80.40.79-
YUV12.67133.26143.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 60.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=60.71%
G=0%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34022010.350.87321.181006.67
Hex220160642357141647
Octal420260144431275011447
Binary1000100101100110010010001110101111010000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220016; }

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

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

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

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

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

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

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

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