#342538

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

Shades of Mardi Gras #342538

Tints of Mardi Gras #342538

Color information

#342538 (or 0x342538) is unknown color: approx Mardi Gras. HEX triplet: 34, 25 and 38. RGB value is (52,37,56). Sum of RGB (Red+Green+Blue) = 52+37+56=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #342538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342538 is #CBDAC7. Grayscale: #2B2B2B. Windows color (decimal): -13359816 or 3679540. OLE color: 3679540.

HSL color Cylindrical-coordinate representation of color #342538: hue angle of 287.37º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #342538 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB523756-
CMYK0.070.3400.78
HSL287.37º20.43%18.24%-
HSV(B)287.37º33.93%21.96%-
XYZ2.792.344.05-
YUV43.65134.97133.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=35.86%
G=25.52%
B=38.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5237560.070.3400.78287.3720.4318.24
Hex34253872204E11f1412
Octal64457074201164372422
Binary110100100101111000111100010010011101000111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342538; }

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

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

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

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

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

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

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

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