#200A1E

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

Shades of Mardi Gras #200A1E

Tints of Mardi Gras #200A1E

Color information

#200A1E (or 0x200A1E) is unknown color: approx Mardi Gras. HEX triplet: 20, 0A and 1E. RGB value is (32,10,30). Sum of RGB (Red+Green+Blue) = 32+10+30=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #200A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A1E is #DFF5E1. Grayscale: #121212. Windows color (decimal): -14677474 or 1968672. OLE color: 1968672.

HSL color Cylindrical-coordinate representation of color #200A1E: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A1E is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB321030-
CMYK00.690.060.87
HSL305.45º52.38%8.24%-
HSV(B)305.45º68.75%12.55%-
XYZ0.940.621.3-
YUV18.86134.29137.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=44.44%
G=13.89%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32103000.690.060.87305.4552.388.24
Hex20A1E045657131348
Octal401236010561274616410
Binary1000001010111100100010111010101111001100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200A1E; }

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

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

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

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

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

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

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

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