Html Css Color HEX #201B21 Mardi Gras

📋 copy color: '#201B21'

red 32 ◦ green 27 ◦ blue 33

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

Shades of Mardi Gras #201B21

Tints of Mardi Gras #201B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 35.87%

R = 34.78%
G = 29.35%
B = 35.87%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#201B21 (or 0x201B21) is known color: Mardi Gras. HEX triplet: 20, 1B and 21. RGB value is (32,27,33). Sum of RGB (Red+Green+Blue) = 32+27+33=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 33 - color contains mainly: blue. Hex color #201B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B21 is #DFE4DE. Grayscale: #1D1D1D. Windows color (decimal): -14673119 or 2169632. OLE color: 2169632.

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

Color convert

RGB 32 27 33 -
CMYK 0.03 0.18 0 0.87
HSL 290º 0.1% 0.12% -
HSV(B) 290º 0.18% 0.13% -
XYZ 1.26 1.2 1.6 -
YUV 29.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 32 27 33 0.03 0.18 0 0.87 290 0.1 0.12
Hex 20 1B 21 3 12 0 57 122 A C
Octal 40 33 41 3 22 0 127 442 12 14
Binary 100000 11011 100001 11 10010 0 1010111 100100010 1010 1100

Color Harmonies of #201B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B21

Black with #201B21

Text Example


Text Example

White with #201B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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