#340132

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

Shades of Mardi Gras #340132

Tints of Mardi Gras #340132

Color information

#340132 (or 0x340132) is unknown color: approx Mardi Gras. HEX triplet: 34, 01 and 32. RGB value is (52,1,50). Sum of RGB (Red+Green+Blue) = 52+1+50=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #340132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340132 is #CBFECD. Grayscale: #151515. Windows color (decimal): -13369038 or 3277108. OLE color: 3277108.

HSL color Cylindrical-coordinate representation of color #340132: hue angle of 302.35º 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 #340132 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB52150-
CMYK00.980.040.80
HSL302.35º96.23%10.39%-
HSV(B)302.35º98.08%20.39%-
XYZ20.983.1-
YUV21.84143.9149.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=50.49%
G=0.97%
B=48.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5215000.980.040.80302.3596.2310.39
Hex3413206245012e60a
Octal641620142412045614012
Binary110100111001001100010100101000010010111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340132; }

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

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

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

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

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

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

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

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