#20200E

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

Shades of Maire #20200E

Tints of Maire #20200E

Color information

#20200E (or 0x20200E) is unknown color: approx Maire. HEX triplet: 20, 20 and 0E. RGB value is (32,32,14). Sum of RGB (Red+Green+Blue) = 32+32+14=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 32 - color contains mainly: red, green. Hex color #20200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20200E is #DFDFF1. Grayscale: #1E1E1E. Windows color (decimal): -14671858 or 925728. OLE color: 925728.

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

Color convert

RGB323214-
CMYK000.560.87
HSL60º39.13%9.02%-
HSV(B)60º56.25%12.55%-
XYZ1.191.370.62-
YUV29.95119129.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=41.03%
G=41.03%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323214000.560.876039.139.02
Hex2020E0038573c279
Octal4040160070127744711
Binary10000010000011100011100010101111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20200E; }

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

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

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

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

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

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

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

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