#341936

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

Shades of Mardi Gras #341936

Tints of Mardi Gras #341936

Color information

#341936 (or 0x341936) is unknown color: approx Mardi Gras. HEX triplet: 34, 19 and 36. RGB value is (52,25,54). Sum of RGB (Red+Green+Blue) = 52+25+54=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #341936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341936 is #CBE6C9. Grayscale: #242424. Windows color (decimal): -13362890 or 3545396. OLE color: 3545396.

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

Color convert

RGB522554-
CMYK0.040.5400.79
HSL295.86º36.71%15.49%-
HSV(B)295.86º53.7%21.18%-
XYZ2.431.693.69-
YUV36.38137.95139.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=39.69%
G=19.08%
B=41.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5225540.040.5400.79295.8636.7115.49
Hex34193643604F12825f
Octal64316646601174504517
Binary11010011001110110100110110010011111001010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341936; }

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

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

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

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

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

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

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

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