#340531

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

Shades of Mardi Gras #340531

Tints of Mardi Gras #340531

Color information

#340531 (or 0x340531) is unknown color: approx Mardi Gras. HEX triplet: 34, 05 and 31. RGB value is (52,5,49). Sum of RGB (Red+Green+Blue) = 52+5+49=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #340531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340531 is #CBFACE. Grayscale: #171717. Windows color (decimal): -13368015 or 3212596. OLE color: 3212596.

HSL color Cylindrical-coordinate representation of color #340531: hue angle of 303.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340531 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB52549-
CMYK00.900.060.80
HSL303.83º82.46%11.18%-
HSV(B)303.83º90.38%20.39%-
XYZ2.021.063-
YUV24.07142.07147.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=49.06%
G=4.72%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5254900.900.060.80303.8382.4611.18
Hex3453105A65013052b
Octal645610132612046012213
Binary11010010111000101011010110101000010011000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340531; }

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

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

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

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

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

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

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

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