#362336

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

Shades of Mardi Gras #362336

Tints of Mardi Gras #362336

Color information

#362336 (or 0x362336) is unknown color: approx Mardi Gras. HEX triplet: 36, 23 and 36. RGB value is (54,35,54). Sum of RGB (Red+Green+Blue) = 54+35+54=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #362336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362336 is #C9DCC9. Grayscale: #2A2A2A. Windows color (decimal): -13229258 or 3547958. OLE color: 3547958.

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

Color convert

RGB543554-
CMYK00.3500.79
HSL300º21.35%17.45%-
HSV(B)300º35.19%21.18%-
XYZ2.792.253.78-
YUV42.85134.29135.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=37.76%
G=24.48%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54355400.3500.7930021.3517.45
Hex36233602304F12c1511
Octal66436604301174542521
Binary1101101000111101100100011010011111001011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362336; }

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

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

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

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

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

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

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

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