Html Css Color HEX #201D11 Maire

📋 copy color: '#201D11'

red 32 ◦ green 29 ◦ blue 17

#201D11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #201D11

Tints of Maire #201D11

RGB

 RED value IS 32 (12.89% from 255) = 41.03%

 GREEN value IS 29 (11.72% from 255) = 37.18%

 BLUE value IS 17 (7.03% from 255) = 21.79%

R = 41.03%
G = 37.18%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#201D11 (or 0x201D11) is known color: Maire. HEX triplet: 20, 1D and 11. RGB value is (32,29,17). Sum of RGB (Red+Green+Blue) = 32+29+17=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D11 is #DFE2EE. Grayscale: #1C1C1C. Windows color (decimal): -14672623 or 1121568. OLE color: 1121568.

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

Color convert

RGB 32 29 17 -
CMYK 0 0.09 0.47 0.87
HSL 48º 0.31% 0.1% -
HSV(B) 48º 0.47% 0.13% -
XYZ 1.14 1.23 0.71 -
YUV 28.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 32 29 17 0 0.09 0.47 0.87 48 0.31 0.1
Hex 20 1D 11 0 9 2F 57 30 1F A
Octal 40 35 21 0 11 57 127 60 37 12
Binary 100000 11101 10001 0 1001 101111 1010111 110000 11111 1010

Color Harmonies of #201D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D11

Black with #201D11

Text Example


Text Example

White with #201D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,29,17); }

 H1.HeaderClassName
 {
   color: #201D11;
 }
 .AnyTagClassName
 {
   color: #201D11;
 }
</style>

background-color css

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

 a { background-color: rgb(32,29,17); }

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

border-color css

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

 span { border-color: rgb(32,29,17); }

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