#360339

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

Shades of Mardi Gras #360339

Tints of Mardi Gras #360339

Color information

#360339 (or 0x360339) is unknown color: approx Mardi Gras. HEX triplet: 36, 03 and 39. RGB value is (54,3,57). Sum of RGB (Red+Green+Blue) = 54+3+57=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #360339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360339 is #C9FCC6. Grayscale: #181818. Windows color (decimal): -13237447 or 3736374. OLE color: 3736374.

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

Color convert

RGB54357-
CMYK0.050.9500.78
HSL296.67º90%11.76%-
HSV(B)296.67º94.74%22.35%-
XYZ2.291.143.97-
YUV24.4146.4149.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 57 (22.66% from 255) = 50%
R=47.37%
G=2.63%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal543570.050.9500.78296.679011.76
Hex3633955F04E1295ac
Octal663715137011645113214
Binary1101101111100110110111110100111010010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360339; }

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

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

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

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

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

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

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

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