#322434

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

Shades of Mardi Gras #322434

Tints of Mardi Gras #322434

Color information

#322434 (or 0x322434) is unknown color: approx Mardi Gras. HEX triplet: 32, 24 and 34. RGB value is (50,36,52). Sum of RGB (Red+Green+Blue) = 50+36+52=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #322434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322434 is #CDDBCB. Grayscale: #292929. Windows color (decimal): -13491148 or 3417138. OLE color: 3417138.

HSL color Cylindrical-coordinate representation of color #322434: hue angle of 292.5º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #322434 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB503652-
CMYK0.040.3100.80
HSL292.5º18.18%17.25%-
HSV(B)292.5º30.77%20.39%-
XYZ2.572.193.54-
YUV42.01133.64133.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=36.23%
G=26.09%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5036520.040.3100.80292.518.1817.25
Hex32243441F0501241211
Octal62446443701204442221
Binary11001010010011010010011111010100001001001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322434; }

 p { color: rgb(50,36,52); }

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

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

 a { background-color: rgb(50,36,52); }

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

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

 span { border-color: rgb(50,36,52); }

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