#360136

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

Shades of Mardi Gras #360136

Tints of Mardi Gras #360136

Color information

#360136 (or 0x360136) is unknown color: approx Mardi Gras. HEX triplet: 36, 01 and 36. RGB value is (54,1,54). Sum of RGB (Red+Green+Blue) = 54+1+54=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #360136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360136 is #C9FEC9. Grayscale: #161616. Windows color (decimal): -13237962 or 3539254. OLE color: 3539254.

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

Color convert

RGB54154-
CMYK00.9800.79
HSL300º96.36%10.78%-
HSV(B)300º98.15%21.18%-
XYZ2.21.073.58-
YUV22.89145.56150.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=49.54%
G=0.92%
B=49.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5415400.9800.7930096.3610.78
Hex3613606204F12c60b
Octal661660142011745414013
Binary1101101110110011000100100111110010110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360136; }

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

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

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

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

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

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

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

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