#340436

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

Shades of Mardi Gras #340436

Tints of Mardi Gras #340436

Color information

#340436 (or 0x340436) is unknown color: approx Mardi Gras. HEX triplet: 34, 04 and 36. RGB value is (52,4,54). Sum of RGB (Red+Green+Blue) = 52+4+54=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #340436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340436 is #CBFBC9. Grayscale: #171717. Windows color (decimal): -13368266 or 3540020. OLE color: 3540020.

HSL color Cylindrical-coordinate representation of color #340436: hue angle of 297.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340436 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB52454-
CMYK0.040.9300.79
HSL297.6º86.21%11.37%-
HSV(B)297.6º92.59%21.18%-
XYZ2.131.083.59-
YUV24.05144.9147.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 54 (21.48% from 255) = 49.09%
R=47.27%
G=3.64%
B=49.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal524540.040.9300.79297.686.2111.37
Hex3443645D04F12a56b
Octal644664135011745212613
Binary11010010011011010010111010100111110010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340436; }

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

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

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

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

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

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

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

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