#341336

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

Shades of Mardi Gras #341336

Tints of Mardi Gras #341336

Color information

#341336 (or 0x341336) is unknown color: approx Mardi Gras. HEX triplet: 34, 13 and 36. RGB value is (52,19,54). Sum of RGB (Red+Green+Blue) = 52+19+54=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: blue. Hex color #341336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341336 is #CBECC9. Grayscale: #202020. Windows color (decimal): -13364426 or 3543860. OLE color: 3543860.

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

Color convert

RGB521954-
CMYK0.040.6500.79
HSL296.57º47.95%14.31%-
HSV(B)296.57º64.81%21.18%-
XYZ2.311.463.65-
YUV32.86139.93141.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 54 (21.48% from 255) = 43.2%
R=41.6%
G=15.2%
B=43.2%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5219540.040.6500.79296.5747.9514.31
Hex34133644104F12930e
Octal642366410101174516016
Binary110100100111101101001000001010011111001010011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341336; }

 p { color: rgb(52,19,54); }

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

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

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

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

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

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

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