#201F01

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

Shades of Maire #201F01

Tints of Maire #201F01

Color information

#201F01 (or 0x201F01) is unknown color: approx Maire. HEX triplet: 20, 1F and 01. RGB value is (32,31,1). Sum of RGB (Red+Green+Blue) = 32+31+1=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #201F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F01 is #DFE0FE. Grayscale: #1C1C1C. Windows color (decimal): -14672127 or 73504. OLE color: 73504.

HSL color Cylindrical-coordinate representation of color #201F01: hue angle of 58.06º 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 #201F01 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB32311-
CMYK00.030.970.87
HSL58.06º93.94%6.47%-
HSV(B)58.06º96.88%12.55%-
XYZ1.091.290.22-
YUV27.88112.83130.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 48.44%
BLUE value IS 1 (0.78% from 255) = 1.56%
R=50%
G=48.44%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3231100.030.970.8758.0693.946.47
Hex201F10361573a5e6
Octal4037103141127721366
Binary100000111111011110000110101111110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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