#200011

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

Shades of Blackberry #200011

Tints of Blackberry #200011

Color information

#200011 (or 0x200011) is unknown color: approx Blackberry. HEX triplet: 20, 00 and 11. RGB value is (32,0,17). Sum of RGB (Red+Green+Blue) = 32+0+17=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #200011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200011 is #DFFFEE. Grayscale: #0B0B0B. Windows color (decimal): -14680047 or 1114144. OLE color: 1114144.

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

Color convert

RGB32017-
CMYK010.470.87
HSL328.12º100%6.27%-
HSV(B)328.12º100%12.55%-
XYZ0.70.350.56-
YUV11.51131.1142.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 65.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=65.31%
G=0%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32017010.470.87328.121006.27
Hex200110642F57148646
Octal400210144571275101446
Binary1000000100010110010010111110101111010010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200011; }

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

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

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

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

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

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

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

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