#342736

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

Shades of Mardi Gras #342736

Tints of Mardi Gras #342736

Color information

#342736 (or 0x342736) is unknown color: approx Mardi Gras. HEX triplet: 34, 27 and 36. RGB value is (52,39,54). Sum of RGB (Red+Green+Blue) = 52+39+54=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 54 - color contains mainly: blue. Hex color #342736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342736 is #CBD8C9. Grayscale: #2C2C2C. Windows color (decimal): -13359306 or 3548980. OLE color: 3548980.

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

Color convert

RGB523954-
CMYK0.040.2800.79
HSL292º16.13%18.24%-
HSV(B)292º27.78%21.18%-
XYZ2.812.453.81-
YUV44.6133.31133.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=35.86%
G=26.90%
B=37.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5239540.040.2800.7929216.1318.24
Hex34273641C04F1241012
Octal64476643401174442022
Binary11010010011111011010011100010011111001001001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342736; }

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

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

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

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

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

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

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

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