#320A33

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

Shades of Mardi Gras #320A33

Tints of Mardi Gras #320A33

Color information

#320A33 (or 0x320A33) is unknown color: approx Mardi Gras. HEX triplet: 32, 0A and 33. RGB value is (50,10,51). Sum of RGB (Red+Green+Blue) = 50+10+51=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 51 - color contains mainly: blue. Hex color #320A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A33 is #CDF5CC. Grayscale: #1A1A1A. Windows color (decimal): -13497805 or 3344946. OLE color: 3344946.

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

Color convert

RGB501051-
CMYK0.020.8000.8
HSL298.54º67.21%11.96%-
HSV(B)298.54º80.39%20%-
XYZ2.021.133.24-
YUV26.63141.75144.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 51 (20.31% from 255) = 45.95%
R=45.05%
G=9.01%
B=45.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5010510.020.8000.8298.5467.2111.96
Hex32A3325005012b43c
Octal6212632120012045310314
Binary11001010101100111010100000101000010010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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