#361A36

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

Shades of Mardi Gras #361A36

Tints of Mardi Gras #361A36

Color information

#361A36 (or 0x361A36) is unknown color: approx Mardi Gras. HEX triplet: 36, 1A and 36. RGB value is (54,26,54). Sum of RGB (Red+Green+Blue) = 54+26+54=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #361A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A36 is #C9E5C9. Grayscale: #252525. Windows color (decimal): -13231562 or 3545654. OLE color: 3545654.

HSL color Cylindrical-coordinate representation of color #361A36: hue angle of 300º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A36 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB542654-
CMYK00.5200.79
HSL300º35%15.69%-
HSV(B)300º51.85%21.18%-
XYZ2.561.793.7-
YUV37.56137.28139.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 26 (10.55% from 255) = 19.40%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=40.30%
G=19.40%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54265400.5200.793003515.69
Hex361A3603404F12c2310
Octal66326606401174544320
Binary1101101101011011001101000100111110010110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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