#341536

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

Shades of Mardi Gras #341536

Tints of Mardi Gras #341536

Color information

#341536 (or 0x341536) is unknown color: approx Mardi Gras. HEX triplet: 34, 15 and 36. RGB value is (52,21,54). Sum of RGB (Red+Green+Blue) = 52+21+54=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #341536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341536 is #CBEAC9. Grayscale: #212121. Windows color (decimal): -13363914 or 3544372. OLE color: 3544372.

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

Color convert

RGB522154-
CMYK0.040.6100.79
HSL296.36º44%14.71%-
HSV(B)296.36º61.11%21.18%-
XYZ2.351.533.66-
YUV34.03139.27140.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=40.94%
G=16.54%
B=42.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5221540.040.6100.79296.364414.71
Hex34153643D04F1282cf
Octal64256647501174505417
Binary11010010101110110100111101010011111001010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341536; }

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

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

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

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

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

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

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

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