#201F12

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

Shades of Maire #201F12

Tints of Maire #201F12

Color information

#201F12 (or 0x201F12) is unknown color: approx Maire. HEX triplet: 20, 1F and 12. RGB value is (32,31,18). Sum of RGB (Red+Green+Blue) = 32+31+18=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F12 is #DFE0ED. Grayscale: #1D1D1D. Windows color (decimal): -14672110 or 1187616. OLE color: 1187616.

HSL color Cylindrical-coordinate representation of color #201F12: hue angle of 55.71º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201F12 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB323118-
CMYK00.030.440.87
HSL55.71º28%9.8%-
HSV(B)55.71º43.75%12.55%-
XYZ1.191.330.77-
YUV29.82121.33129.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=39.51%
G=38.27%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32311800.030.440.8755.71289.8
Hex201F12032C57381ca
Octal4037220354127703412
Binary10000011111100100111011001010111111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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