#342332

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

Shades of Mardi Gras #342332

Tints of Mardi Gras #342332

Color information

#342332 (or 0x342332) is unknown color: approx Mardi Gras. HEX triplet: 34, 23 and 32. RGB value is (52,35,50). Sum of RGB (Red+Green+Blue) = 52+35+50=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #342332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342332 is #CBDCCD. Grayscale: #292929. Windows color (decimal): -13360334 or 3285812. OLE color: 3285812.

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

Color convert

RGB523550-
CMYK00.330.040.80
HSL307.06º19.54%17.06%-
HSV(B)307.06º32.69%20.39%-
XYZ2.592.163.3-
YUV41.79132.63135.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=37.96%
G=25.55%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52355000.330.040.80307.0619.5417.06
Hex3423320214501331411
Octal64436204141204632421
Binary110100100011110010010000110010100001001100111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342332; }

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

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

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

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

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

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

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

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