#201F18

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

Shades of Maire #201F18

Tints of Maire #201F18

Color information

#201F18 (or 0x201F18) is unknown color: approx Maire. HEX triplet: 20, 1F and 18. RGB value is (32,31,24). Sum of RGB (Red+Green+Blue) = 32+31+24=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 32 - color contains mainly: red. Hex color #201F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F18 is #DFE0E7. Grayscale: #1E1E1E. Windows color (decimal): -14672104 or 1580832. OLE color: 1580832.

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

Color convert

RGB323124-
CMYK00.030.250.87
HSL52.5º14.29%10.98%-
HSV(B)52.5º25%12.55%-
XYZ1.251.351.06-
YUV30.5124.33129.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=36.78%
G=35.63%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32312400.030.250.8752.514.2910.98
Hex201F1803195734eb
Octal4037300331127641613
Binary100000111111100001111001101011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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