#320E2E

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

Shades of Mardi Gras #320E2E

Tints of Mardi Gras #320E2E

Color information

#320E2E (or 0x320E2E) is unknown color: approx Mardi Gras. HEX triplet: 32, 0E and 2E. RGB value is (50,14,46). Sum of RGB (Red+Green+Blue) = 50+14+46=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #320E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E2E is #CDF1D1. Grayscale: #1C1C1C. Windows color (decimal): -13496786 or 3018290. OLE color: 3018290.

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

Color convert

RGB501446-
CMYK00.720.080.80
HSL306.67º56.25%12.55%-
HSV(B)306.67º72%19.61%-
XYZ1.971.192.71-
YUV28.41137.93143.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=45.45%
G=12.73%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50144600.720.080.80306.6756.2512.55
Hex32E2E04885013338d
Octal6216560110101204637015
Binary110010111010111001001000100010100001001100111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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