#201B04

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

Shades of Maire #201B04

Tints of Maire #201B04

Color information

#201B04 (or 0x201B04) is unknown color: approx Maire. HEX triplet: 20, 1B and 04. RGB value is (32,27,4). Sum of RGB (Red+Green+Blue) = 32+27+4=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #201B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B04 is #DFE4FB. Grayscale: #191919. Windows color (decimal): -14673148 or 269088. OLE color: 269088.

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

Color convert

RGB32274-
CMYK00.160.870.87
HSL49.29º77.78%7.06%-
HSV(B)49.29º87.5%12.55%-
XYZ1.011.10.27-
YUV25.87115.66132.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50.79%
GREEN value IS 27 (10.94% from 255) = 42.86%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=50.79%
G=42.86%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3227400.160.870.8749.2977.787.06
Hex201B40105757314e7
Octal40334020127127611167
Binary10000011011100010000101011110101111100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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