#320E33

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

Shades of Mardi Gras #320E33

Tints of Mardi Gras #320E33

Color information

#320E33 (or 0x320E33) is unknown color: approx Mardi Gras. HEX triplet: 32, 0E and 33. RGB value is (50,14,51). Sum of RGB (Red+Green+Blue) = 50+14+51=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 51 - color contains mainly: blue. Hex color #320E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E33 is #CDF1CC. Grayscale: #1C1C1C. Windows color (decimal): -13496781 or 3345970. OLE color: 3345970.

HSL color Cylindrical-coordinate representation of color #320E33: hue angle of 298.38º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #320E33 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB501451-
CMYK0.020.7300.8
HSL298.38º56.92%12.75%-
HSV(B)298.38º72.55%20%-
XYZ2.071.233.26-
YUV28.98140.43142.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 51 (20.31% from 255) = 44.35%
R=43.48%
G=12.17%
B=44.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5014510.020.7300.8298.3856.9212.75
Hex32E3324905012a39d
Octal621663211101204527115
Binary1100101110110011101001001010100001001010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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