#320D2E

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

Shades of Mardi Gras #320D2E

Tints of Mardi Gras #320D2E

Color information

#320D2E (or 0x320D2E) is unknown color: approx Mardi Gras. HEX triplet: 32, 0D and 2E. RGB value is (50,13,46). Sum of RGB (Red+Green+Blue) = 50+13+46=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #320D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D2E is #CDF2D1. Grayscale: #1B1B1B. Windows color (decimal): -13497042 or 3018034. OLE color: 3018034.

HSL color Cylindrical-coordinate representation of color #320D2E: hue angle of 306.49º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D2E is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB501346-
CMYK00.740.080.80
HSL306.49º58.73%12.35%-
HSV(B)306.49º74%19.61%-
XYZ1.951.162.71-
YUV27.82138.26143.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=45.87%
G=11.93%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50134600.740.080.80306.4958.7312.35
Hex32D2E04A8501323bc
Octal6215560112101204627314
Binary110010110110111001001010100010100001001100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320D2E; }

 p { color: rgb(50,13,46); }

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

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

 a { background-color: rgb(50,13,46); }

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

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

 span { border-color: rgb(50,13,46); }

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