#361839

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

Shades of Mardi Gras #361839

Tints of Mardi Gras #361839

Color information

#361839 (or 0x361839) is unknown color: approx Mardi Gras. HEX triplet: 36, 18 and 39. RGB value is (54,24,57). Sum of RGB (Red+Green+Blue) = 54+24+57=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #361839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361839 is #C9E7C6. Grayscale: #242424. Windows color (decimal): -13232071 or 3741750. OLE color: 3741750.

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

Color convert

RGB542457-
CMYK0.050.5800.78
HSL294.55º40.74%15.88%-
HSV(B)294.55º57.89%22.35%-
XYZ2.591.734.07-
YUV36.73139.44140.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 57 (22.66% from 255) = 42.22%
R=40%
G=17.78%
B=42.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5424570.050.5800.78294.5540.7415.88
Hex36183953A04E1272910
Octal66307157201164475120
Binary110110110001110011011110100100111010010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361839; }

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

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

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

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

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

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

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

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