#342637

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

Shades of Mardi Gras #342637

Tints of Mardi Gras #342637

Color information

#342637 (or 0x342637) is unknown color: approx Mardi Gras. HEX triplet: 34, 26 and 37. RGB value is (52,38,55). Sum of RGB (Red+Green+Blue) = 52+38+55=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #342637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342637 is #CBD9C8. Grayscale: #2C2C2C. Windows color (decimal): -13359561 or 3614260. OLE color: 3614260.

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

Color convert

RGB523855-
CMYK0.050.3100.78
HSL289.41º18.28%18.24%-
HSV(B)289.41º30.91%21.57%-
XYZ2.82.393.93-
YUV44.12134.14133.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=35.86%
G=26.21%
B=37.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5238550.050.3100.78289.4118.2818.24
Hex34263751F04E1211212
Octal64466753701164412222
Binary11010010011011011110111111010011101001000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342637; }

 p { color: rgb(52,38,55); }

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

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

 a { background-color: rgb(52,38,55); }

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

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

 span { border-color: rgb(52,38,55); }

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