#200111

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

Shades of Blackberry #200111

Tints of Blackberry #200111

Color information

#200111 (or 0x200111) is unknown color: approx Blackberry. HEX triplet: 20, 01 and 11. RGB value is (32,1,17). Sum of RGB (Red+Green+Blue) = 32+1+17=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #200111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200111 is #DFFEEE. Grayscale: #0C0C0C. Windows color (decimal): -14679791 or 1114400. OLE color: 1114400.

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

Color convert

RGB32117-
CMYK00.970.470.87
HSL329.03º93.94%6.47%-
HSV(B)329.03º96.88%12.55%-
XYZ0.710.370.56-
YUV12.09130.77142.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 17 (7.03% from 255) = 34%
R=64%
G=2%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3211700.970.470.87329.0393.946.47
Hex201110612F571495e6
Octal401210141571275111366
Binary1000001100010110000110111110101111010010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200111; }

 p { color: rgb(32,1,17); }

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

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

 a { background-color: rgb(32,1,17); }

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

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

 span { border-color: rgb(32,1,17); }

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