#201B01

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

Shades of Maire #201B01

Tints of Maire #201B01

Color information

#201B01 (or 0x201B01) is unknown color: approx Maire. HEX triplet: 20, 1B and 01. RGB value is (32,27,1). Sum of RGB (Red+Green+Blue) = 32+27+1=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #201B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B01 is #DFE4FE. Grayscale: #191919. Windows color (decimal): -14673151 or 72480. OLE color: 72480.

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

Color convert

RGB32271-
CMYK00.160.970.87
HSL50.32º93.94%6.47%-
HSV(B)50.32º96.88%12.55%-
XYZ0.991.090.19-
YUV25.53114.16132.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 27 (10.94% from 255) = 45%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=53.33%
G=45%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3227100.160.970.8750.3293.946.47
Hex201B10106157325e6
Octal40331020141127621366
Binary100000110111010000110000110101111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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