Html Css Color HEX #201E14 Maire

📋 copy color: '#201E14'

red 32 ◦ green 30 ◦ blue 20

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

Shades of Maire #201E14

Tints of Maire #201E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 36.59%

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 39.02%
G = 36.59%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#201E14 (or 0x201E14) is known color: Maire. HEX triplet: 20, 1E and 14. RGB value is (32,30,20). Sum of RGB (Red+Green+Blue) = 32+30+20=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #201E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E14 is #DFE1EB. Grayscale: #1D1D1D. Windows color (decimal): -14672364 or 1318432. OLE color: 1318432.

HSL color Cylindrical-coordinate representation of color #201E14: hue angle of 50º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201E14 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 30 20 -
CMYK 0 0.06 0.37 0.87
HSL 50º 0.23% 0.1% -
HSV(B) 50º 0.38% 0.13% -
XYZ 1.19 1.29 0.85 -
YUV 29.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 32 30 20 0 0.06 0.37 0.87 50 0.23 0.1
Hex 20 1E 14 0 6 25 57 32 17 A
Octal 40 36 24 0 6 45 127 62 27 12
Binary 100000 11110 10100 0 110 100101 1010111 110010 10111 1010

Color Harmonies of #201E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E14

Black with #201E14

Text Example


Text Example

White with #201E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,30,20); }

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

background-color css

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

 a { background-color: rgb(32,30,20); }

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

border-color css

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

 span { border-color: rgb(32,30,20); }

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