#341232

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

Shades of Mardi Gras #341232

Tints of Mardi Gras #341232

Color information

#341232 (or 0x341232) is unknown color: approx Mardi Gras. HEX triplet: 34, 12 and 32. RGB value is (52,18,50). Sum of RGB (Red+Green+Blue) = 52+18+50=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #341232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341232 is #CBEDCD. Grayscale: #1F1F1F. Windows color (decimal): -13364686 or 3281460. OLE color: 3281460.

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

Color convert

RGB521850-
CMYK00.650.040.80
HSL303.53º48.57%13.73%-
HSV(B)303.53º65.38%20.39%-
XYZ2.211.393.17-
YUV31.81138.26142.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=43.33%
G=15%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52185000.650.040.80303.5348.5713.73
Hex34123204145013031e
Octal642262010141204606116
Binary110100100101100100100000110010100001001100001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341232; }

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

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

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

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

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

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

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

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