Html Css Color HEX #201E13 Maire

📋 copy color: '#201E13'

red 32 ◦ green 30 ◦ blue 19

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

Shades of Maire #201E13

Tints of Maire #201E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 23.46%

R = 39.51%
G = 37.04%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#201E13 (or 0x201E13) is known color: Maire. HEX triplet: 20, 1E and 13. RGB value is (32,30,19). Sum of RGB (Red+Green+Blue) = 32+30+19=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E13 is #DFE1EC. Grayscale: #1D1D1D. Windows color (decimal): -14672365 or 1252896. OLE color: 1252896.

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

Color convert

RGB 32 30 19 -
CMYK 0 0.06 0.41 0.87
HSL 50.77º 0.25% 0.1% -
HSV(B) 50.77º 0.41% 0.13% -
XYZ 1.18 1.28 0.8 -
YUV 29.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 32 30 19 0 0.06 0.41 0.87 50.77 0.25 0.1
Hex 20 1E 13 0 6 29 57 33 19 A
Octal 40 36 23 0 6 51 127 63 31 12
Binary 100000 11110 10011 0 110 101001 1010111 110011 11001 1010

Color Harmonies of #201E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E13

Black with #201E13

Text Example


Text Example

White with #201E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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