#342532

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

Shades of Mardi Gras #342532

Tints of Mardi Gras #342532

Color information

#342532 (or 0x342532) is unknown color: approx Mardi Gras. HEX triplet: 34, 25 and 32. RGB value is (52,37,50). Sum of RGB (Red+Green+Blue) = 52+37+50=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #342532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342532 is #CBDACD. Grayscale: #2A2A2A. Windows color (decimal): -13359822 or 3286324. OLE color: 3286324.

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

Color convert

RGB523750-
CMYK00.290.040.80
HSL308º16.85%17.45%-
HSV(B)308º28.85%20.39%-
XYZ2.652.283.32-
YUV42.97131.97134.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=37.41%
G=26.62%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52375000.290.040.8030816.8517.45
Hex34253201D4501341111
Octal64456203541204642121
Binary11010010010111001001110110010100001001101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342532; }

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

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

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

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

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

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

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

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