#360331

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

Shades of Mardi Gras #360331

Tints of Mardi Gras #360331

Color information

#360331 (or 0x360331) is unknown color: approx Mardi Gras. HEX triplet: 36, 03 and 31. RGB value is (54,3,49). Sum of RGB (Red+Green+Blue) = 54+3+49=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #360331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360331 is #C9FCCE. Grayscale: #171717. Windows color (decimal): -13237455 or 3212086. OLE color: 3212086.

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

Color convert

RGB54349-
CMYK00.940.090.79
HSL305.88º89.47%11.18%-
HSV(B)305.88º94.44%21.18%-
XYZ2.111.073-
YUV23.49142.4149.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=50.94%
G=2.83%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5434900.940.090.79305.8889.4711.18
Hex3633105E94F13259b
Octal6636101361111746213113
Binary11011011110001010111101001100111110011001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360331; }

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

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

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

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

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

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

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

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