#340A31

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

Shades of Mardi Gras #340A31

Tints of Mardi Gras #340A31

Color information

#340A31 (or 0x340A31) is unknown color: approx Mardi Gras. HEX triplet: 34, 0A and 31. RGB value is (52,10,49). Sum of RGB (Red+Green+Blue) = 52+10+49=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #340A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A31 is #CBF5CE. Grayscale: #1A1A1A. Windows color (decimal): -13366735 or 3213876. OLE color: 3213876.

HSL color Cylindrical-coordinate representation of color #340A31: hue angle of 304.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A31 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB521049-
CMYK00.810.060.80
HSL304.29º67.74%12.16%-
HSV(B)304.29º80.77%20.39%-
XYZ2.081.173.02-
YUV27140.41145.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=46.85%
G=9.01%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52104900.810.060.80304.2967.7412.16
Hex34A3105165013044c
Octal6412610121612046010414
Binary110100101011000101010001110101000010011000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340A31; }

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

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

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

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

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

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

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

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