#361939

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

Shades of Mardi Gras #361939

Tints of Mardi Gras #361939

Color information

#361939 (or 0x361939) is unknown color: approx Mardi Gras. HEX triplet: 36, 19 and 39. RGB value is (54,25,57). Sum of RGB (Red+Green+Blue) = 54+25+57=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #361939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361939 is #C9E6C6. Grayscale: #252525. Windows color (decimal): -13231815 or 3742006. OLE color: 3742006.

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

Color convert

RGB542557-
CMYK0.050.5600.78
HSL294.38º39.02%16.08%-
HSV(B)294.38º56.14%22.35%-
XYZ2.611.774.08-
YUV37.32139.11139.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 57 (22.66% from 255) = 41.91%
R=39.71%
G=18.38%
B=41.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5425570.050.5600.78294.3839.0216.08
Hex36193953804E1262710
Octal66317157001164464720
Binary110110110011110011011110000100111010010011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361939; }

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

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

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

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

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

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

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

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