#362539

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

Shades of Mardi Gras #362539

Tints of Mardi Gras #362539

Color information

#362539 (or 0x362539) is unknown color: approx Mardi Gras. HEX triplet: 36, 25 and 39. RGB value is (54,37,57). Sum of RGB (Red+Green+Blue) = 54+37+57=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #362539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362539 is #C9DAC6. Grayscale: #2C2C2C. Windows color (decimal): -13228743 or 3745078. OLE color: 3745078.

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

Color convert

RGB543757-
CMYK0.050.3500.78
HSL291º21.28%18.43%-
HSV(B)291º35.09%22.35%-
XYZ2.922.44.18-
YUV44.36135.13134.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=36.49%
G=25%
B=38.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5437570.050.3500.7829121.2818.43
Hex36253952304E1231512
Octal66457154301164432522
Binary110110100101111001101100011010011101001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362539; }

 p { color: rgb(54,37,57); }

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

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

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

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

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

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

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