#340437

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

Shades of Mardi Gras #340437

Tints of Mardi Gras #340437

Color information

#340437 (or 0x340437) is unknown color: approx Mardi Gras. HEX triplet: 34, 04 and 37. RGB value is (52,4,55). Sum of RGB (Red+Green+Blue) = 52+4+55=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #340437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340437 is #CBFBC8. Grayscale: #181818. Windows color (decimal): -13368265 or 3605556. OLE color: 3605556.

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

Color convert

RGB52455-
CMYK0.050.9300.78
HSL296.47º86.44%11.57%-
HSV(B)296.47º92.73%21.57%-
XYZ2.151.093.71-
YUV24.17145.4147.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 55 (21.88% from 255) = 49.55%
R=46.85%
G=3.60%
B=49.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal524550.050.9300.78296.4786.4411.57
Hex3443755D04E12856c
Octal644675135011645012614
Binary11010010011011110110111010100111010010100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340437; }

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

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

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

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

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

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

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

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