#201321

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

Shades of Mardi Gras #201321

Tints of Mardi Gras #201321

Color information

#201321 (or 0x201321) is unknown color: approx Mardi Gras. HEX triplet: 20, 13 and 21. RGB value is (32,19,33). Sum of RGB (Red+Green+Blue) = 32+19+33=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #201321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201321 is #DFECDE. Grayscale: #181818. Windows color (decimal): -14675167 or 2167584. OLE color: 2167584.

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

Color convert

RGB321933-
CMYK0.030.4200.87
HSL295.71º26.92%10.2%-
HSV(B)295.71º42.42%12.94%-
XYZ1.10.881.55-
YUV24.48132.81133.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=38.10%
G=22.62%
B=39.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3219330.030.4200.87295.7126.9210.2
Hex20132132A0571281ba
Octal40234135201274503312
Binary100000100111000011110101001010111100101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201321; }

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

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

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

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

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

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

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

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