#201621

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

Shades of Mardi Gras #201621

Tints of Mardi Gras #201621

Color information

#201621 (or 0x201621) is unknown color: approx Mardi Gras. HEX triplet: 20, 16 and 21. RGB value is (32,22,33). Sum of RGB (Red+Green+Blue) = 32+22+33=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #201621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201621 is #DFE9DE. Grayscale: #1A1A1A. Windows color (decimal): -14674399 or 2168352. OLE color: 2168352.

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

Color convert

RGB322233-
CMYK0.030.3300.87
HSL294.55º20%10.78%-
HSV(B)294.55º33.33%12.94%-
XYZ1.160.991.57-
YUV26.24131.81132.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=36.78%
G=25.29%
B=37.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3222330.030.3300.87294.552010.78
Hex20162132105712714b
Octal40264134101274472413
Binary100000101101000011110000101010111100100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201621; }

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

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

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

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

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

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

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

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