#340A2D

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

Shades of Mardi Gras #340A2D

Tints of Mardi Gras #340A2D

Color information

#340A2D (or 0x340A2D) is unknown color: approx Mardi Gras. HEX triplet: 34, 0A and 2D. RGB value is (52,10,45). Sum of RGB (Red+Green+Blue) = 52+10+45=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #340A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A2D is #CBF5D2. Grayscale: #1A1A1A. Windows color (decimal): -13366739 or 2951732. OLE color: 2951732.

HSL color Cylindrical-coordinate representation of color #340A2D: hue angle of 310º 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 #340A2D is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB521045-
CMYK00.810.130.80
HSL310º67.74%12.16%-
HSV(B)310º80.77%20.39%-
XYZ21.142.6-
YUV26.55138.41146.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=48.60%
G=9.35%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52104500.810.130.8031067.7412.16
Hex34A2D051D5013644c
Octal64125501211512046610414
Binary1101001010101101010100011101101000010011011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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