#361331

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

Shades of Mardi Gras #361331

Tints of Mardi Gras #361331

Color information

#361331 (or 0x361331) is unknown color: approx Mardi Gras. HEX triplet: 36, 13 and 31. RGB value is (54,19,49). Sum of RGB (Red+Green+Blue) = 54+19+49=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #361331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361331 is #C9ECCE. Grayscale: #202020. Windows color (decimal): -13233359 or 3216182. OLE color: 3216182.

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

Color convert

RGB541949-
CMYK00.650.090.79
HSL308.57º47.95%14.31%-
HSV(B)308.57º64.81%21.18%-
XYZ2.311.473.07-
YUV32.88137.1143.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=44.26%
G=15.57%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54194900.650.090.79308.5747.9514.31
Hex36133104194F13530e
Octal6623610101111174656016
Binary1101101001111000101000001100110011111001101011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361331; }

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

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

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

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

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

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

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

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