#20210D

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

Shades of Maire #20210D

Tints of Maire #20210D

Color information

#20210D (or 0x20210D) is unknown color: approx Maire. HEX triplet: 20, 21 and 0D. RGB value is (32,33,13). Sum of RGB (Red+Green+Blue) = 32+33+13=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #20210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20210D is #DFDEF2. Grayscale: #1E1E1E. Windows color (decimal): -14671603 or 860448. OLE color: 860448.

HSL color Cylindrical-coordinate representation of color #20210D: hue angle of 63º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20210D is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB323313-
CMYK0.0300.610.87
HSL63º43.48%9.02%-
HSV(B)63º60.61%12.94%-
XYZ1.211.420.59-
YUV30.42118.17129.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=41.03%
G=42.31%
B=16.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233130.0300.610.876343.489.02
Hex2021D303D573f2b9
Octal4041153075127775311
Binary100000100001110111011110110101111111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20210D; }

 p { color: rgb(32,33,13); }

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

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

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

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

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

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

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