#340C35

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

Shades of Mardi Gras #340C35

Tints of Mardi Gras #340C35

Color information

#340C35 (or 0x340C35) is unknown color: approx Mardi Gras. HEX triplet: 34, 0C and 35. RGB value is (52,12,53). Sum of RGB (Red+Green+Blue) = 52+12+53=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #340C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C35 is #CBF3CA. Grayscale: #1C1C1C. Windows color (decimal): -13366219 or 3476532. OLE color: 3476532.

HSL color Cylindrical-coordinate representation of color #340C35: hue angle of 298.54º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340C35 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB521253-
CMYK0.020.7700.79
HSL298.54º63.08%12.75%-
HSV(B)298.54º77.36%20.78%-
XYZ2.191.253.49-
YUV28.63141.75144.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 53 (21.09% from 255) = 45.30%
R=44.44%
G=10.26%
B=45.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5212530.020.7700.79298.5463.0812.75
Hex34C3524D04F12b3fd
Octal641465211501174537715
Binary1101001100110101101001101010011111001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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