#342735

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

Shades of Mardi Gras #342735

Tints of Mardi Gras #342735

Color information

#342735 (or 0x342735) is unknown color: approx Mardi Gras. HEX triplet: 34, 27 and 35. RGB value is (52,39,53). Sum of RGB (Red+Green+Blue) = 52+39+53=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #342735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342735 is #CBD8CA. Grayscale: #2C2C2C. Windows color (decimal): -13359307 or 3483444. OLE color: 3483444.

HSL color Cylindrical-coordinate representation of color #342735: hue angle of 295.71º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #342735 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB523953-
CMYK0.020.2600.79
HSL295.71º15.22%18.04%-
HSV(B)295.71º26.42%20.78%-
XYZ2.782.443.69-
YUV44.48132.81133.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=36.11%
G=27.08%
B=36.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5239530.020.2600.79295.7115.2218.04
Hex34273521A04F128f12
Octal64476523201174501722
Binary110100100111110101101101001001111100101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342735; }

 p { color: rgb(52,39,53); }

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

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

 a { background-color: rgb(52,39,53); }

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

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

 span { border-color: rgb(52,39,53); }

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