#20031B

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

Shades of Mardi Gras #20031B

Tints of Mardi Gras #20031B

Color information

#20031B (or 0x20031B) is unknown color: approx Mardi Gras. HEX triplet: 20, 03 and 1B. RGB value is (32,3,27). Sum of RGB (Red+Green+Blue) = 32+3+27=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #20031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20031B is #DFFCE4. Grayscale: #0E0E0E. Windows color (decimal): -14679269 or 1770272. OLE color: 1770272.

HSL color Cylindrical-coordinate representation of color #20031B: hue angle of 310.34º 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 #20031B is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB32327-
CMYK00.910.160.87
HSL310.34º82.86%6.86%-
HSV(B)310.34º90.62%12.55%-
XYZ0.830.451.08-
YUV14.41135.11140.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 51.61%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 27 (10.94% from 255) = 43.55%
R=51.61%
G=4.84%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3232700.910.160.87310.3482.866.86
Hex2031B05B1057136537
Octal403330133201274661237
Binary1000001111011010110111000010101111001101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20031B; }

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

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

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

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

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

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

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

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