#202016

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

Shades of Maire #202016

Tints of Maire #202016

Color information

#202016 (or 0x202016) is unknown color: approx Maire. HEX triplet: 20, 20 and 16. RGB value is (32,32,22). Sum of RGB (Red+Green+Blue) = 32+32+22=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 32 - color contains mainly: red, green. Hex color #202016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202016 is #DFDFE9. Grayscale: #1E1E1E. Windows color (decimal): -14671850 or 1450016. OLE color: 1450016.

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

Color convert

RGB323222-
CMYK000.310.87
HSL60º18.52%10.59%-
HSV(B)60º31.25%12.55%-
XYZ1.261.40.96-
YUV30.86123128.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 22 (8.98% from 255) = 25.58%
R=37.21%
G=37.21%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323222000.310.876018.5210.59
Hex202016001F573c13b
Octal4040260037127742313
Binary1000001000001011000111111010111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202016; }

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

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

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

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

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

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

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

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