Html Css Color HEX #201D00 Maire

📋 copy color: '#201D00'

red 32 ◦ green 29 ◦ blue 0

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

Shades of Maire #201D00

Tints of Maire #201D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.46%
G = 47.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#201D00 (or 0x201D00) is known color: Maire. HEX triplet: 20, 1D and 00. RGB value is (32,29,0). Sum of RGB (Red+Green+Blue) = 32+29+0=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #201D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D00 is #DFE2FF. Grayscale: #1A1A1A. Windows color (decimal): -14672640 or 7456. OLE color: 7456.

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

Color convert

RGB 32 29 0 -
CMYK 0 0.09 1 0.87
HSL 54.38º 1% 0.06% -
HSV(B) 54.38º 1% 0.13% -
XYZ 1.04 1.19 0.17 -
YUV 26.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 32 29 0 0 0.09 1 0.87 54.38 1 0.06
Hex 20 1D 0 0 9 64 57 36 64 6
Octal 40 35 0 0 11 144 127 66 144 6
Binary 100000 11101 0 0 1001 1100100 1010111 110110 1100100 110

Color Harmonies of #201D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D00

Black with #201D00

Text Example


Text Example

White with #201D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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