#341334

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

Shades of Mardi Gras #341334

Tints of Mardi Gras #341334

Color information

#341334 (or 0x341334) is unknown color: approx Mardi Gras. HEX triplet: 34, 13 and 34. RGB value is (52,19,52). Sum of RGB (Red+Green+Blue) = 52+19+52=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #341334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341334 is #CBECCB. Grayscale: #202020. Windows color (decimal): -13364428 or 3412788. OLE color: 3412788.

HSL color Cylindrical-coordinate representation of color #341334: hue angle of 300º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341334 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB521952-
CMYK00.6300.80
HSL300º46.48%13.92%-
HSV(B)300º63.46%20.39%-
XYZ2.271.443.41-
YUV32.63138.93141.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=42.28%
G=15.45%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52195200.6300.8030046.4813.92
Hex34133403F05012c2ee
Octal64236407701204545616
Binary110100100111101000111111010100001001011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341334; }

 p { color: rgb(52,19,52); }

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

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

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

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

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

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

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