#340C37

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

Shades of Mardi Gras #340C37

Tints of Mardi Gras #340C37

Color information

#340C37 (or 0x340C37) is unknown color: approx Mardi Gras. HEX triplet: 34, 0C and 37. RGB value is (52,12,55). Sum of RGB (Red+Green+Blue) = 52+12+55=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #340C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C37 is #CBF3C8. Grayscale: #1C1C1C. Windows color (decimal): -13366217 or 3607604. OLE color: 3607604.

HSL color Cylindrical-coordinate representation of color #340C37: hue angle of 295.81º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #340C37 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB521255-
CMYK0.050.7800.78
HSL295.81º64.18%13.14%-
HSV(B)295.81º78.18%21.57%-
XYZ2.241.273.74-
YUV28.86142.75144.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 12 (5.08% from 255) = 10.08%
BLUE value IS 55 (21.88% from 255) = 46.22%
R=43.70%
G=10.08%
B=46.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5212550.050.7800.78295.8164.1813.14
Hex34C3754E04E12840d
Octal6414675116011645010015
Binary110100110011011110110011100100111010010100010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,12,55); }

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

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

 a { background-color: rgb(52,12,55); }

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

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

 span { border-color: rgb(52,12,55); }

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