#340234

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

Shades of Mardi Gras #340234

Tints of Mardi Gras #340234

Color information

#340234 (or 0x340234) is unknown color: approx Mardi Gras. HEX triplet: 34, 02 and 34. RGB value is (52,2,52). Sum of RGB (Red+Green+Blue) = 52+2+52=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #340234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340234 is #CBFDCB. Grayscale: #161616. Windows color (decimal): -13368780 or 3408436. OLE color: 3408436.

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

Color convert

RGB52252-
CMYK00.9600.80
HSL300º92.59%10.59%-
HSV(B)300º96.15%20.39%-
XYZ2.061.023.34-
YUV22.65144.56148.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=49.06%
G=1.89%
B=49.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5225200.9600.8030092.5910.59
Hex3423406005012c5db
Octal642640140012045413513
Binary11010010110100011000000101000010010110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340234; }

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

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

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

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

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

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

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

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