#340435

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

Shades of Mardi Gras #340435

Tints of Mardi Gras #340435

Color information

#340435 (or 0x340435) is unknown color: approx Mardi Gras. HEX triplet: 34, 04 and 35. RGB value is (52,4,53). Sum of RGB (Red+Green+Blue) = 52+4+53=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #340435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340435 is #CBFBCA. Grayscale: #171717. Windows color (decimal): -13368267 or 3474484. OLE color: 3474484.

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

Color convert

RGB52453-
CMYK0.020.9200.79
HSL298.78º85.96%11.18%-
HSV(B)298.78º92.45%20.78%-
XYZ2.11.073.46-
YUV23.94144.4148.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=47.71%
G=3.67%
B=48.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal524530.020.9200.79298.7885.9611.18
Hex3443525C04F12b56b
Octal644652134011745312613
Binary1101001001101011010111000100111110010101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340435; }

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

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

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

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

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

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

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

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