#20121E

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

Shades of Mardi Gras #20121E

Tints of Mardi Gras #20121E

Color information

#20121E (or 0x20121E) is unknown color: approx Mardi Gras. HEX triplet: 20, 12 and 1E. RGB value is (32,18,30). Sum of RGB (Red+Green+Blue) = 32+18+30=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #20121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20121E is #DFEDE1. Grayscale: #171717. Windows color (decimal): -14675426 or 1970720. OLE color: 1970720.

HSL color Cylindrical-coordinate representation of color #20121E: hue angle of 308.57º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #20121E is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB321830-
CMYK00.440.060.87
HSL308.57º28%9.8%-
HSV(B)308.57º43.75%12.55%-
XYZ1.050.831.33-
YUV23.55131.64134.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=40%
G=22.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32183000.440.060.87308.57289.8
Hex20121E02C6571351ca
Octal40223605461274653412
Binary100000100101111001011001101010111100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20121E; }

 p { color: rgb(32,18,30); }

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

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

 a { background-color: rgb(32,18,30); }

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

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

 span { border-color: rgb(32,18,30); }

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