#391C34

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

Shades of Mardi Gras #391C34

Tints of Mardi Gras #391C34

Color information

#391C34 (or 0x391C34) is unknown color: approx Mardi Gras. HEX triplet: 39, 1C and 34. RGB value is (57,28,52). Sum of RGB (Red+Green+Blue) = 57+28+52=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #391C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C34 is #C6E3CB. Grayscale: #272727. Windows color (decimal): -13034444 or 3415097. OLE color: 3415097.

HSL color Cylindrical-coordinate representation of color #391C34: hue angle of 310.34º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391C34 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB572852-
CMYK00.510.090.78
HSL310.34º34.12%16.67%-
HSV(B)310.34º50.88%22.35%-
XYZ2.721.953.48-
YUV39.41135.11140.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=41.61%
G=20.44%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57285200.510.090.78310.3434.1216.67
Hex391C3403394E1362211
Octal713464063111164664221
Binary1110011110011010001100111001100111010011011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391C34; }

 p { color: rgb(57,28,52); }

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

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

 a { background-color: rgb(57,28,52); }

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

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

 span { border-color: rgb(57,28,52); }

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