#200200

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

Shades of Black #200200

Tints of Black #200200

Color information

#200200 (or 0x200200) is unknown color: approx Black. HEX triplet: 20, 02 and 00. RGB value is (32,2,0). Sum of RGB (Red+Green+Blue) = 32+2+0=34 (4% of max value = 765). Red value is 32 (12.89% from 255 or 94.12% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 32 - color contains mainly: red. Hex color #200200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200200 is #DFFDFF. Grayscale: #0A0A0A. Windows color (decimal): -14679552 or 544. OLE color: 544.

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

Color convert

RGB3220-
CMYK00.9410.87
HSL3.75º100%6.27%-
HSV(B)3.75º100%12.55%-
XYZ0.620.350.04-
YUV10.74121.94143.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 94.12%
GREEN value IS 2 (1.17% from 255) = 5.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.12%
G=5.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal322000.9410.873.751006.27
Hex202005E64574646
Octal4020013614412741446
Binary10000010001011110110010010101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200200; }

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

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

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

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

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

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

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

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