#340134

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

Shades of Mardi Gras #340134

Tints of Mardi Gras #340134

Color information

#340134 (or 0x340134) is unknown color: approx Mardi Gras. HEX triplet: 34, 01 and 34. RGB value is (52,1,52). Sum of RGB (Red+Green+Blue) = 52+1+52=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #340134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340134 is #CBFECB. Grayscale: #151515. Windows color (decimal): -13369036 or 3408180. OLE color: 3408180.

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

Color convert

RGB52152-
CMYK00.9800.80
HSL300º96.23%10.39%-
HSV(B)300º98.08%20.39%-
XYZ2.0513.33-
YUV22.06144.9149.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=49.52%
G=0.95%
B=49.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5215200.9800.8030096.2310.39
Hex3413406205012c60a
Octal641640142012045414012
Binary1101001110100011000100101000010010110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340134; }

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

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

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

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

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

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

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

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