#340537

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

Shades of Mardi Gras #340537

Tints of Mardi Gras #340537

Color information

#340537 (or 0x340537) is unknown color: approx Mardi Gras. HEX triplet: 34, 05 and 37. RGB value is (52,5,55). Sum of RGB (Red+Green+Blue) = 52+5+55=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #340537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340537 is #CBFAC8. Grayscale: #181818. Windows color (decimal): -13368009 or 3605812. OLE color: 3605812.

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

Color convert

RGB52555-
CMYK0.050.9100.78
HSL296.4º83.33%11.76%-
HSV(B)296.4º90.91%21.57%-
XYZ2.161.113.72-
YUV24.75145.07147.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 55 (21.88% from 255) = 49.11%
R=46.43%
G=4.46%
B=49.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal525550.050.9100.78296.483.3311.76
Hex3453755B04E12853c
Octal645675133011645012314
Binary11010010111011110110110110100111010010100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340537; }

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

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

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

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

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

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

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

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