Html Css Color HEX #201D13 Maire

📋 copy color: '#201D13'

red 32 ◦ green 29 ◦ blue 19

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

Shades of Maire #201D13

Tints of Maire #201D13

RGB

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

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

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

R = 40%
G = 36.25%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#201D13 (or 0x201D13) is known color: Maire. HEX triplet: 20, 1D and 13. RGB value is (32,29,19). Sum of RGB (Red+Green+Blue) = 32+29+19=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #201D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D13 is #DFE2EC. Grayscale: #1C1C1C. Windows color (decimal): -14672621 or 1252640. OLE color: 1252640.

HSL color Cylindrical-coordinate representation of color #201D13: hue angle of 46.15º 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 #201D13 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 29 19 -
CMYK 0 0.09 0.41 0.87
HSL 46.15º 0.25% 0.1% -
HSV(B) 46.15º 0.41% 0.13% -
XYZ 1.15 1.23 0.79 -
YUV 28.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 32 29 19 0 0.09 0.41 0.87 46.15 0.25 0.1
Hex 20 1D 13 0 9 29 57 2E 19 A
Octal 40 35 23 0 11 51 127 56 31 12
Binary 100000 11101 10011 0 1001 101001 1010111 101110 11001 1010

Color Harmonies of #201D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D13

Black with #201D13

Text Example


Text Example

White with #201D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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