#341235

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

Shades of Mardi Gras #341235

Tints of Mardi Gras #341235

Color information

#341235 (or 0x341235) is unknown color: approx Mardi Gras. HEX triplet: 34, 12 and 35. RGB value is (52,18,53). Sum of RGB (Red+Green+Blue) = 52+18+53=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #341235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341235 is #CBEDCA. Grayscale: #202020. Windows color (decimal): -13364683 or 3478068. OLE color: 3478068.

HSL color Cylindrical-coordinate representation of color #341235: hue angle of 298.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #341235 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB521853-
CMYK0.020.6600.79
HSL298.29º49.3%13.92%-
HSV(B)298.29º66.04%20.78%-
XYZ2.281.423.52-
YUV32.16139.76142.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 53 (21.09% from 255) = 43.09%
R=42.28%
G=14.63%
B=43.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5218530.020.6600.79298.2949.313.92
Hex34123524204F12a31e
Octal642265210201174526116
Binary11010010010110101101000010010011111001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341235; }

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

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

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

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

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

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

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

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