#361A39

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

Shades of Mardi Gras #361A39

Tints of Mardi Gras #361A39

Color information

#361A39 (or 0x361A39) is unknown color: approx Mardi Gras. HEX triplet: 36, 1A and 39. RGB value is (54,26,57). Sum of RGB (Red+Green+Blue) = 54+26+57=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: blue. Hex color #361A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A39 is #C9E5C6. Grayscale: #252525. Windows color (decimal): -13231559 or 3742262. OLE color: 3742262.

HSL color Cylindrical-coordinate representation of color #361A39: hue angle of 294.19º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #361A39 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB542657-
CMYK0.050.5400.78
HSL294.19º37.35%16.27%-
HSV(B)294.19º54.39%22.35%-
XYZ2.631.824.08-
YUV37.91138.78139.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=39.42%
G=18.98%
B=41.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5426570.050.5400.78294.1937.3516.27
Hex361A3953604E1262510
Octal66327156601164464520
Binary110110110101110011011101100100111010010011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361A39; }

 p { color: rgb(54,26,57); }

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

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

 a { background-color: rgb(54,26,57); }

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

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

 span { border-color: rgb(54,26,57); }

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