#210320

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

Shades of Mardi Gras #210320

Tints of Mardi Gras #210320

Color information

#210320 (or 0x210320) is unknown color: approx Mardi Gras. HEX triplet: 21, 03 and 20. RGB value is (33,3,32). Sum of RGB (Red+Green+Blue) = 33+3+32=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #210320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210320 is #DEFCDF. Grayscale: #0F0F0F. Windows color (decimal): -14613728 or 2097953. OLE color: 2097953.

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

Color convert

RGB33332-
CMYK00.910.030.87
HSL302º83.33%7.06%-
HSV(B)302º90.91%12.94%-
XYZ0.920.491.41-
YUV15.28137.44140.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 48.53%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 32 (12.89% from 255) = 47.06%
R=48.53%
G=4.41%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3333200.910.030.8730283.337.06
Hex2132005B35712e537
Octal41340013331274561237
Binary10000111100000010110111110101111001011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210320; }

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

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

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

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

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

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

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

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