#341039

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

Shades of Mardi Gras #341039

Tints of Mardi Gras #341039

Color information

#341039 (or 0x341039) is unknown color: approx Mardi Gras. HEX triplet: 34, 10 and 39. RGB value is (52,16,57). Sum of RGB (Red+Green+Blue) = 52+16+57=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #341039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341039 is #CBEFC6. Grayscale: #1F1F1F. Windows color (decimal): -13365191 or 3739700. OLE color: 3739700.

HSL color Cylindrical-coordinate representation of color #341039: hue angle of 292.68º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #341039 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB521657-
CMYK0.090.7200.78
HSL292.68º56.16%14.31%-
HSV(B)292.68º71.93%22.35%-
XYZ2.341.44.02-
YUV31.44142.43142.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 57 (22.66% from 255) = 45.6%
R=41.6%
G=12.8%
B=45.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5216570.090.7200.78292.6856.1614.31
Hex34103994804E12538e
Octal6420711111001164457016
Binary1101001000011100110011001000010011101001001011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341039; }

 p { color: rgb(52,16,57); }

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

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

 a { background-color: rgb(52,16,57); }

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

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

 span { border-color: rgb(52,16,57); }

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