#201021

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

Shades of Mardi Gras #201021

Tints of Mardi Gras #201021

Color information

#201021 (or 0x201021) is unknown color: approx Mardi Gras. HEX triplet: 20, 10 and 21. RGB value is (32,16,33). Sum of RGB (Red+Green+Blue) = 32+16+33=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #201021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201021 is #DFEFDE. Grayscale: #161616. Windows color (decimal): -14675935 or 2166816. OLE color: 2166816.

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

Color convert

RGB321633-
CMYK0.030.5200.87
HSL296.47º34.69%9.61%-
HSV(B)296.47º51.52%12.94%-
XYZ1.060.791.54-
YUV22.72133.8134.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 33 (13.28% from 255) = 40.74%
R=39.51%
G=19.75%
B=40.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3216330.030.5200.87296.4734.699.61
Hex20102133405712823a
Octal40204136401274504312
Binary1000001000010000111110100010101111001010001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201021; }

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

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

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

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

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

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

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

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