#202018

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

Shades of Maire #202018

Tints of Maire #202018

Color information

#202018 (or 0x202018) is unknown color: approx Maire. HEX triplet: 20, 20 and 18. RGB value is (32,32,24). Sum of RGB (Red+Green+Blue) = 32+32+24=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 32 - color contains mainly: red, green. Hex color #202018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202018 is #DFDFE7. Grayscale: #1F1F1F. Windows color (decimal): -14671848 or 1581088. OLE color: 1581088.

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

Color convert

RGB323224-
CMYK000.250.87
HSL60º14.29%10.98%-
HSV(B)60º25%12.55%-
XYZ1.281.411.07-
YUV31.09124128.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323224000.250.876014.2910.98
Hex2020180019573ceb
Octal4040300031127741613
Binary100000100000110000011001101011111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202018; }

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

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

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

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

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

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

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

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