#360839

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

Shades of Mardi Gras #360839

Tints of Mardi Gras #360839

Color information

#360839 (or 0x360839) is unknown color: approx Mardi Gras. HEX triplet: 36, 08 and 39. RGB value is (54,8,57). Sum of RGB (Red+Green+Blue) = 54+8+57=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #360839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360839 is #C9F7C6. Grayscale: #1B1B1B. Windows color (decimal): -13236167 or 3737654. OLE color: 3737654.

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

Color convert

RGB54857-
CMYK0.050.8600.78
HSL296.33º75.38%12.75%-
HSV(B)296.33º85.96%22.35%-
XYZ2.351.253.99-
YUV27.34144.74147.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 57 (22.66% from 255) = 47.90%
R=45.38%
G=6.72%
B=47.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal548570.050.8600.78296.3375.3812.75
Hex3683955604E1284bd
Octal6610715126011645011315
Binary110110100011100110110101100100111010010100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360839; }

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

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

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

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

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

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

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

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