#360131

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

Shades of Mardi Gras #360131

Tints of Mardi Gras #360131

Color information

#360131 (or 0x360131) is unknown color: approx Mardi Gras. HEX triplet: 36, 01 and 31. RGB value is (54,1,49). Sum of RGB (Red+Green+Blue) = 54+1+49=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #360131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360131 is #C9FECE. Grayscale: #161616. Windows color (decimal): -13237967 or 3211574. OLE color: 3211574.

HSL color Cylindrical-coordinate representation of color #360131: hue angle of 305.66º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360131 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB54149-
CMYK00.980.090.79
HSL305.66º96.36%10.78%-
HSV(B)305.66º98.15%21.18%-
XYZ2.091.032.99-
YUV22.32143.06150.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=51.92%
G=0.96%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5414900.980.090.79305.6696.3610.78
Hex3613106294F13260b
Octal6616101421111746214013
Binary1101101110001011000101001100111110011001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360131; }

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

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

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

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

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

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

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

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