#362236

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

Shades of Mardi Gras #362236

Tints of Mardi Gras #362236

Color information

#362236 (or 0x362236) is unknown color: approx Mardi Gras. HEX triplet: 36, 22 and 36. RGB value is (54,34,54). Sum of RGB (Red+Green+Blue) = 54+34+54=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #362236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362236 is #C9DDC9. Grayscale: #2A2A2A. Windows color (decimal): -13229514 or 3547702. OLE color: 3547702.

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

Color convert

RGB543454-
CMYK00.3700.79
HSL300º22.73%17.25%-
HSV(B)300º37.04%21.18%-
XYZ2.762.193.77-
YUV42.26134.63136.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=38.03%
G=23.94%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54345400.3700.7930022.7317.25
Hex36223602504F12c1711
Octal66426604501174542721
Binary1101101000101101100100101010011111001011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362236; }

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

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

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

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

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

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

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

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