#361339

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

Shades of Mardi Gras #361339

Tints of Mardi Gras #361339

Color information

#361339 (or 0x361339) is unknown color: approx Mardi Gras. HEX triplet: 36, 13 and 39. RGB value is (54,19,57). Sum of RGB (Red+Green+Blue) = 54+19+57=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #361339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361339 is #C9ECC6. Grayscale: #212121. Windows color (decimal): -13233351 or 3740470. OLE color: 3740470.

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

Color convert

RGB541957-
CMYK0.050.6700.78
HSL295.26º50%14.9%-
HSV(B)295.26º66.67%22.35%-
XYZ2.491.554.04-
YUV33.8141.1142.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=41.54%
G=14.62%
B=43.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5419570.050.6700.78295.265014.9
Hex36133954304E12732f
Octal662371510301164476217
Binary110110100111110011011000011010011101001001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361339; }

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

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

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

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

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

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

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

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