#391336

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

Shades of Mardi Gras #391336

Tints of Mardi Gras #391336

Color information

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

HSL color Cylindrical-coordinate representation of color #391336: hue angle of 304.74º 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 #391336 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB571954-
CMYK00.670.050.78
HSL304.74º50%14.9%-
HSV(B)304.74º66.67%22.35%-
XYZ2.591.63.66-
YUV34.35139.09144.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57195400.670.050.78304.745014.9
Hex39133604354E13132f
Octal712366010351164616217
Binary111001100111101100100001110110011101001100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391336; }

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

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

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

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

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

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

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

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