#362134

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

Shades of Mardi Gras #362134

Tints of Mardi Gras #362134

Color information

#362134 (or 0x362134) is unknown color: approx Mardi Gras. HEX triplet: 36, 21 and 34. RGB value is (54,33,52). Sum of RGB (Red+Green+Blue) = 54+33+52=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362134 is #C9DECB. Grayscale: #292929. Windows color (decimal): -13229772 or 3416374. OLE color: 3416374.

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

Color convert

RGB543352-
CMYK00.390.040.79
HSL305.71º24.14%17.06%-
HSV(B)305.71º38.89%21.18%-
XYZ2.692.123.52-
YUV41.44133.96136.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=38.85%
G=23.74%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54335200.390.040.79305.7124.1417.06
Hex36213402744F1321811
Octal66416404741174623021
Binary110110100001110100010011110010011111001100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362134; }

 p { color: rgb(54,33,52); }

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

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

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

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

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

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

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