#201821

Color #201821 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #201821

Tints of Mardi Gras #201821

Color information

#201821 (or 0x201821) is unknown color: approx Mardi Gras. HEX triplet: 20, 18 and 21. RGB value is (32,24,33). Sum of RGB (Red+Green+Blue) = 32+24+33=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 33 - color contains mainly: blue. Hex color #201821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201821 is #DFE7DE. Grayscale: #1B1B1B. Windows color (decimal): -14673887 or 2168864. OLE color: 2168864.

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

Color convert

RGB322433-
CMYK0.030.2700.87
HSL293.33º15.79%11.18%-
HSV(B)293.33º27.27%12.94%-
XYZ1.21.071.58-
YUV27.42131.15131.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=35.96%
G=26.97%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3224330.030.2700.87293.3315.7911.18
Hex20182131B05712510b
Octal40304133301274452013
Binary10000011000100001111101101010111100100101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201821; }

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

 H1.HeaderClassName
 {
   color: #201821;
 }
 .AnyTagClassName
 {
   color: #201821;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #201821;
 }
 .BgClassName
 {
   background-color: #201821;
 }
</style>
border-color css

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

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

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