#341C36

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

Shades of Mardi Gras #341C36

Tints of Mardi Gras #341C36

Color information

#341C36 (or 0x341C36) is unknown color: approx Mardi Gras. HEX triplet: 34, 1C and 36. RGB value is (52,28,54). Sum of RGB (Red+Green+Blue) = 52+28+54=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #341C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C36 is #CBE3C9. Grayscale: #262626. Windows color (decimal): -13362122 or 3546164. OLE color: 3546164.

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

Color convert

RGB522854-
CMYK0.040.4800.79
HSL295.38º31.71%16.08%-
HSV(B)295.38º48.15%21.18%-
XYZ2.51.833.71-
YUV38.14136.95137.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=38.81%
G=20.90%
B=40.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5228540.040.4800.79295.3831.7116.08
Hex341C3643004F1272010
Octal64346646001174474020
Binary110100111001101101001100000100111110010011110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341C36; }

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

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

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

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

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

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

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

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