#342138

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

Shades of Mardi Gras #342138

Tints of Mardi Gras #342138

Color information

#342138 (or 0x342138) is unknown color: approx Mardi Gras. HEX triplet: 34, 21 and 38. RGB value is (52,33,56). Sum of RGB (Red+Green+Blue) = 52+33+56=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #342138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342138 is #CBDEC7. Grayscale: #292929. Windows color (decimal): -13360840 or 3678516. OLE color: 3678516.

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

Color convert

RGB523356-
CMYK0.070.4100.78
HSL289.57º25.84%17.45%-
HSV(B)289.57º41.07%21.96%-
XYZ2.672.14.01-
YUV41.3136.29135.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=36.88%
G=23.40%
B=39.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5233560.070.4100.78289.5725.8417.45
Hex34213872904E1221a11
Octal64417075101164423221
Binary110100100001111000111101001010011101001000101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342138; }

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

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

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

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

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

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

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

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