#201D02

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

Shades of Maire #201D02

Tints of Maire #201D02

Color information

#201D02 (or 0x201D02) is unknown color: approx Maire. HEX triplet: 20, 1D and 02. RGB value is (32,29,2). Sum of RGB (Red+Green+Blue) = 32+29+2=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #201D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D02 is #DFE2FD. Grayscale: #1A1A1A. Windows color (decimal): -14672638 or 138528. OLE color: 138528.

HSL color Cylindrical-coordinate representation of color #201D02: hue angle of 54º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #201D02 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB32292-
CMYK00.090.940.87
HSL54º88.24%6.67%-
HSV(B)54º93.75%12.55%-
XYZ1.051.190.23-
YUV26.82113.99131.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50.79%
GREEN value IS 29 (11.72% from 255) = 46.03%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=50.79%
G=46.03%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3229200.090.940.875488.246.67
Hex201D2095E5736587
Octal40352011136127661307
Binary100000111011001001101111010101111101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201D02; }

 p { color: rgb(32,29,2); }

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

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

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

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

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

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

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