#202000

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

Shades of Maire #202000

Tints of Maire #202000

Color information

#202000 (or 0x202000) is unknown color: approx Maire. HEX triplet: 20, 20 and 00. RGB value is (32,32,0). Sum of RGB (Red+Green+Blue) = 32+32+0=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 32 - color contains mainly: red, green. Hex color #202000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202000 is #DFDFFF. Grayscale: #1C1C1C. Windows color (decimal): -14671872 or 8224. OLE color: 8224.

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

Color convert

RGB32320-
CMYK0010.87
HSL60º100%6.27%-
HSV(B)60º100%12.55%-
XYZ1.111.340.2-
YUV28.35112130.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323200010.87601006.27
Hex202000064573c646
Octal4040000144127741446
Binary100000100000000110010010101111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202000; }

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

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

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

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

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

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

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

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