#342037

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

Shades of Mardi Gras #342037

Tints of Mardi Gras #342037

Color information

#342037 (or 0x342037) is unknown color: approx Mardi Gras. HEX triplet: 34, 20 and 37. RGB value is (52,32,55). Sum of RGB (Red+Green+Blue) = 52+32+55=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 55 - color contains mainly: blue. Hex color #342037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342037 is #CBDFC8. Grayscale: #282828. Windows color (decimal): -13361097 or 3612724. OLE color: 3612724.

HSL color Cylindrical-coordinate representation of color #342037: hue angle of 292.17º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #342037 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB523255-
CMYK0.050.4200.78
HSL292.17º26.44%17.06%-
HSV(B)292.17º41.82%21.57%-
XYZ2.622.043.87-
YUV40.6136.13136.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=37.41%
G=23.02%
B=39.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5232550.050.4200.78292.1726.4417.06
Hex34203752A04E1241a11
Octal64406755201164443221
Binary110100100000110111101101010010011101001001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342037; }

 p { color: rgb(52,32,55); }

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

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

 a { background-color: rgb(52,32,55); }

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

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

 span { border-color: rgb(52,32,55); }

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