#201421

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

Shades of Mardi Gras #201421

Tints of Mardi Gras #201421

Color information

#201421 (or 0x201421) is unknown color: approx Mardi Gras. HEX triplet: 20, 14 and 21. RGB value is (32,20,33). Sum of RGB (Red+Green+Blue) = 32+20+33=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: blue. Hex color #201421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201421 is #DFEBDE. Grayscale: #191919. Windows color (decimal): -14674911 or 2167840. OLE color: 2167840.

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

Color convert

RGB322033-
CMYK0.030.3900.87
HSL295.38º24.53%10.39%-
HSV(B)295.38º39.39%12.94%-
XYZ1.120.921.56-
YUV25.07132.48132.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=37.65%
G=23.53%
B=38.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3220330.030.3900.87295.3824.5310.39
Hex20142132705712719a
Octal40244134701274473112
Binary100000101001000011110011101010111100100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201421; }

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

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

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

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

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

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

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

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