#20061E

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

Shades of Mardi Gras #20061E

Tints of Mardi Gras #20061E

Color information

#20061E (or 0x20061E) is unknown color: approx Mardi Gras. HEX triplet: 20, 06 and 1E. RGB value is (32,6,30). Sum of RGB (Red+Green+Blue) = 32+6+30=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #20061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20061E is #DFF9E1. Grayscale: #101010. Windows color (decimal): -14678498 or 1967648. OLE color: 1967648.

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

Color convert

RGB32630-
CMYK00.810.060.87
HSL304.62º68.42%7.45%-
HSV(B)304.62º81.25%12.55%-
XYZ0.90.531.28-
YUV16.51135.61139.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.06%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=47.06%
G=8.82%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3263000.810.060.87304.6268.427.45
Hex2061E051657131447
Octal40636012161274611047
Binary100000110111100101000111010101111001100011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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