#201B0C

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

Shades of Maire #201B0C

Tints of Maire #201B0C

Color information

#201B0C (or 0x201B0C) is unknown color: approx Maire. HEX triplet: 20, 1B and 0C. RGB value is (32,27,12). Sum of RGB (Red+Green+Blue) = 32+27+12=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #201B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B0C is #DFE4F3. Grayscale: #1A1A1A. Windows color (decimal): -14673140 or 793376. OLE color: 793376.

HSL color Cylindrical-coordinate representation of color #201B0C: hue angle of 45º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201B0C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB322712-
CMYK00.160.630.87
HSL45º45.45%8.63%-
HSV(B)45º62.5%12.55%-
XYZ1.051.120.51-
YUV26.78119.66131.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 27 (10.94% from 255) = 38.03%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=45.07%
G=38.03%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32271200.160.630.874545.458.63
Hex201BC0103F572d2d9
Octal40331402077127555511
Binary10000011011110001000011111110101111011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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