#361B32

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

Shades of Mardi Gras #361B32

Tints of Mardi Gras #361B32

Color information

#361B32 (or 0x361B32) is unknown color: approx Mardi Gras. HEX triplet: 36, 1B and 32. RGB value is (54,27,50). Sum of RGB (Red+Green+Blue) = 54+27+50=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #361B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B32 is #C9E4CD. Grayscale: #252525. Windows color (decimal): -13231310 or 3283766. OLE color: 3283766.

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

Color convert

RGB542750-
CMYK00.50.070.79
HSL308.89º33.33%15.88%-
HSV(B)308.89º50%21.18%-
XYZ2.491.83.23-
YUV37.7134.95139.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 27 (10.94% from 255) = 20.61%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=41.22%
G=20.61%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54275000.50.070.79308.8933.3315.88
Hex361B3203274F1352110
Octal66336206271174654120
Binary110110110111100100110010111100111110011010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,27,50); }

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

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

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

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

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

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

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