#360C31

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

Shades of Mardi Gras #360C31

Tints of Mardi Gras #360C31

Color information

#360C31 (or 0x360C31) is unknown color: approx Mardi Gras. HEX triplet: 36, 0C and 31. RGB value is (54,12,49). Sum of RGB (Red+Green+Blue) = 54+12+49=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #360C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C31 is #C9F3CE. Grayscale: #1C1C1C. Windows color (decimal): -13235151 or 3214390. OLE color: 3214390.

HSL color Cylindrical-coordinate representation of color #360C31: hue angle of 307.14º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C31 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB541249-
CMYK00.780.090.79
HSL307.14º63.64%12.94%-
HSV(B)307.14º77.78%21.18%-
XYZ2.211.273.03-
YUV28.78139.41145.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 12 (5.08% from 255) = 10.43%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=46.96%
G=10.43%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54124900.780.090.79307.1463.6412.94
Hex36C3104E94F13340d
Octal66146101161111746310015
Binary1101101100110001010011101001100111110011001110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360C31; }

 p { color: rgb(54,12,49); }

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

<style>
 a { background-color: #360C31; }

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

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

<style>
 span { border-color: #360C31; }

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

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