Html Css Color HEX #201D15 Maire

📋 copy color: '#201D15'

red 32 ◦ green 29 ◦ blue 21

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

Shades of Maire #201D15

Tints of Maire #201D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25.61%

R = 39.02%
G = 35.37%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#201D15 (or 0x201D15) is known color: Maire. HEX triplet: 20, 1D and 15. RGB value is (32,29,21). Sum of RGB (Red+Green+Blue) = 32+29+21=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #201D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D15 is #DFE2EA. Grayscale: #1D1D1D. Windows color (decimal): -14672619 or 1383712. OLE color: 1383712.

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

Color convert

RGB 32 29 21 -
CMYK 0 0.09 0.34 0.87
HSL 43.64º 0.21% 0.1% -
HSV(B) 43.64º 0.34% 0.13% -
XYZ 1.17 1.24 0.89 -
YUV 28.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 32 29 21 0 0.09 0.34 0.87 43.64 0.21 0.1
Hex 20 1D 15 0 9 22 57 2C 15 A
Octal 40 35 25 0 11 42 127 54 25 12
Binary 100000 11101 10101 0 1001 100010 1010111 101100 10101 1010

Color Harmonies of #201D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D15

Black with #201D15

Text Example


Text Example

White with #201D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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