#360236

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

Shades of Mardi Gras #360236

Tints of Mardi Gras #360236

Color information

#360236 (or 0x360236) is unknown color: approx Mardi Gras. HEX triplet: 36, 02 and 36. RGB value is (54,2,54). Sum of RGB (Red+Green+Blue) = 54+2+54=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #360236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360236 is #C9FDC9. Grayscale: #171717. Windows color (decimal): -13237706 or 3539510. OLE color: 3539510.

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

Color convert

RGB54254-
CMYK00.9600.79
HSL300º92.86%10.98%-
HSV(B)300º96.3%21.18%-
XYZ2.211.093.58-
YUV23.48145.23149.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 54 (21.48% from 255) = 49.09%
R=49.09%
G=1.82%
B=49.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5425400.9600.7930092.8610.98
Hex3623606004F12c5db
Octal662660140011745413513
Binary11011010110110011000000100111110010110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360236; }

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

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

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

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

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

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

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

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