#361A38

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

Shades of Mardi Gras #361A38

Tints of Mardi Gras #361A38

Color information

#361A38 (or 0x361A38) is unknown color: approx Mardi Gras. HEX triplet: 36, 1A and 38. RGB value is (54,26,56). Sum of RGB (Red+Green+Blue) = 54+26+56=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #361A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A38 is #C9E5C7. Grayscale: #252525. Windows color (decimal): -13231560 or 3676726. OLE color: 3676726.

HSL color Cylindrical-coordinate representation of color #361A38: hue angle of 296º 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 #361A38 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB542656-
CMYK0.040.5400.78
HSL296º36.59%16.08%-
HSV(B)296º53.57%21.96%-
XYZ2.61.813.95-
YUV37.79138.28139.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=39.71%
G=19.12%
B=41.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5426560.040.5400.7829636.5916.08
Hex361A3843604E1282510
Octal66327046601164504520
Binary110110110101110001001101100100111010010100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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