#342035

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

Shades of Mardi Gras #342035

Tints of Mardi Gras #342035

Color information

#342035 (or 0x342035) is unknown color: approx Mardi Gras. HEX triplet: 34, 20 and 35. RGB value is (52,32,53). Sum of RGB (Red+Green+Blue) = 52+32+53=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #342035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342035 is #CBDFCA. Grayscale: #282828. Windows color (decimal): -13361099 or 3481652. OLE color: 3481652.

HSL color Cylindrical-coordinate representation of color #342035: hue angle of 297.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #342035 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB523253-
CMYK0.020.4000.79
HSL297.14º24.71%16.67%-
HSV(B)297.14º39.62%20.78%-
XYZ2.582.023.62-
YUV40.37135.13136.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=37.96%
G=23.36%
B=38.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5232530.020.4000.79297.1424.7116.67
Hex34203522804F1291911
Octal64406525001174513121
Binary11010010000011010110101000010011111001010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342035; }

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

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

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

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

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

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

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

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