#391238

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

Shades of Mardi Gras #391238

Tints of Mardi Gras #391238

Color information

#391238 (or 0x391238) is unknown color: approx Mardi Gras. HEX triplet: 39, 12 and 38. RGB value is (57,18,56). Sum of RGB (Red+Green+Blue) = 57+18+56=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #391238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391238 is #C6EDC7. Grayscale: #212121. Windows color (decimal): -13037000 or 3674681. OLE color: 3674681.

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

Color convert

RGB571856-
CMYK00.680.020.78
HSL301.54º52%14.71%-
HSV(B)301.54º68.42%22.35%-
XYZ2.621.593.91-
YUV33.99140.42144.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=43.51%
G=13.74%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57185600.680.020.78301.545214.71
Hex39123804424E12e34f
Octal712270010421164566417
Binary11100110010111000010001001010011101001011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391238; }

 p { color: rgb(57,18,56); }

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

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

 a { background-color: rgb(57,18,56); }

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

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

 span { border-color: rgb(57,18,56); }

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