#201E01

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

Shades of Maire #201E01

Tints of Maire #201E01

Color information

#201E01 (or 0x201E01) is unknown color: approx Maire. HEX triplet: 20, 1E and 01. RGB value is (32,30,1). Sum of RGB (Red+Green+Blue) = 32+30+1=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #201E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E01 is #DFE1FE. Grayscale: #1B1B1B. Windows color (decimal): -14672383 or 73248. OLE color: 73248.

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

Color convert

RGB32301-
CMYK00.060.970.87
HSL56.13º93.94%6.47%-
HSV(B)56.13º96.88%12.55%-
XYZ1.071.240.21-
YUV27.29113.16131.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50.79%
GREEN value IS 30 (12.11% from 255) = 47.62%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=50.79%
G=47.62%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3230100.060.970.8756.1393.946.47
Hex201E1066157385e6
Octal4036106141127701366
Binary1000001111010110110000110101111110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,30,1); }

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

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

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

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

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

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

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