#361C32

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

Shades of Mardi Gras #361C32

Tints of Mardi Gras #361C32

Color information

#361C32 (or 0x361C32) is unknown color: approx Mardi Gras. HEX triplet: 36, 1C and 32. RGB value is (54,28,50). Sum of RGB (Red+Green+Blue) = 54+28+50=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #361C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C32 is #C9E3CD. Grayscale: #262626. Windows color (decimal): -13231054 or 3284022. OLE color: 3284022.

HSL color Cylindrical-coordinate representation of color #361C32: hue angle of 309.23º 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 #361C32 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB542850-
CMYK00.480.070.79
HSL309.23º31.71%16.08%-
HSV(B)309.23º48.15%21.18%-
XYZ2.511.853.24-
YUV38.28134.61139.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 50 (19.92% from 255) = 37.88%
R=40.91%
G=21.21%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54285000.480.070.79309.2331.7116.08
Hex361C3203074F1352010
Octal66346206071174654020
Binary110110111001100100110000111100111110011010110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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