#391A38

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

Shades of Mardi Gras #391A38

Tints of Mardi Gras #391A38

Color information

#391A38 (or 0x391A38) is unknown color: approx Mardi Gras. HEX triplet: 39, 1A and 38. RGB value is (57,26,56). Sum of RGB (Red+Green+Blue) = 57+26+56=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #391A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A38 is #C6E5C7. Grayscale: #262626. Windows color (decimal): -13034952 or 3676729. OLE color: 3676729.

HSL color Cylindrical-coordinate representation of color #391A38: hue angle of 301.94º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #391A38 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB572656-
CMYK00.540.020.78
HSL301.94º37.35%16.27%-
HSV(B)301.94º54.39%22.35%-
XYZ2.771.893.96-
YUV38.69137.77141.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=41.01%
G=18.71%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57265600.540.020.78301.9437.3516.27
Hex391A3803624E12e2510
Octal71327006621164564520
Binary11100111010111000011011010100111010010111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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