#321A33

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

Shades of Mardi Gras #321A33

Tints of Mardi Gras #321A33

Color information

#321A33 (or 0x321A33) is unknown color: approx Mardi Gras. HEX triplet: 32, 1A and 33. RGB value is (50,26,51). Sum of RGB (Red+Green+Blue) = 50+26+51=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 51 - color contains mainly: blue. Hex color #321A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A33 is #CDE5CC. Grayscale: #232323. Windows color (decimal): -13493709 or 3349042. OLE color: 3349042.

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

Color convert

RGB502651-
CMYK0.020.4900.8
HSL297.6º32.47%15.1%-
HSV(B)297.6º49.02%20%-
XYZ2.281.663.33-
YUV36.03136.45137.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 51 (20.31% from 255) = 40.16%
R=39.37%
G=20.47%
B=40.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5026510.020.4900.8297.632.4715.1
Hex321A3323105012a20f
Octal62326326101204524017
Binary1100101101011001110110001010100001001010101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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