#340F36

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

Shades of Mardi Gras #340F36

Tints of Mardi Gras #340F36

Color information

#340F36 (or 0x340F36) is unknown color: approx Mardi Gras. HEX triplet: 34, 0F and 36. RGB value is (52,15,54). Sum of RGB (Red+Green+Blue) = 52+15+54=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #340F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F36 is #CBF0C9. Grayscale: #1E1E1E. Windows color (decimal): -13365450 or 3542836. OLE color: 3542836.

HSL color Cylindrical-coordinate representation of color #340F36: hue angle of 296.92º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #340F36 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB521554-
CMYK0.040.7200.79
HSL296.92º56.52%13.53%-
HSV(B)296.92º72.22%21.18%-
XYZ2.251.343.63-
YUV30.51141.26143.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=42.98%
G=12.40%
B=44.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5215540.040.7200.79296.9256.5213.53
Hex34F3644804F12939e
Octal641766411001174517116
Binary11010011111101101001001000010011111001010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,15,54); }

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

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

 a { background-color: rgb(52,15,54); }

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

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

 span { border-color: rgb(52,15,54); }

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