Html Css Color HEX #201B20 Mardi Gras

📋 copy color: '#201B20'

red 32 ◦ green 27 ◦ blue 32

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

Shades of Mardi Gras #201B20

Tints of Mardi Gras #201B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.67%

 BLUE value IS 32 (12.89% from 255) = 35.16%

R = 35.16%
G = 29.67%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#201B20 (or 0x201B20) is known color: Mardi Gras. HEX triplet: 20, 1B and 20. RGB value is (32,27,32). Sum of RGB (Red+Green+Blue) = 32+27+32=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B20 is #DFE4DF. Grayscale: #1D1D1D. Windows color (decimal): -14673120 or 2104096. OLE color: 2104096.

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

Color convert

RGB 32 27 32 -
CMYK 0 0.16 0 0.87
HSL 300º 0.08% 0.12% -
HSV(B) 300º 0.16% 0.13% -
XYZ 1.25 1.2 1.53 -
YUV 29.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 32 27 32 0 0.16 0 0.87 300 0.08 0.12
Hex 20 1B 20 0 10 0 57 12C 8 C
Octal 40 33 40 0 20 0 127 454 10 14
Binary 100000 11011 100000 0 10000 0 1010111 100101100 1000 1100

Color Harmonies of #201B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B20

Black with #201B20

Text Example


Text Example

White with #201B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,27,32); }

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

background-color css

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

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

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

border-color css

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

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

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