#391A3B

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

Shades of Mardi Gras #391A3B

Tints of Mardi Gras #391A3B

Color information

#391A3B (or 0x391A3B) is unknown color: approx Mardi Gras. HEX triplet: 39, 1A and 3B. RGB value is (57,26,59). Sum of RGB (Red+Green+Blue) = 57+26+59=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #391A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A3B is #C6E5C4. Grayscale: #262626. Windows color (decimal): -13034949 or 3873337. OLE color: 3873337.

HSL color Cylindrical-coordinate representation of color #391A3B: hue angle of 296.36º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #391A3B is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB572659-
CMYK0.030.5600.77
HSL296.36º38.82%16.67%-
HSV(B)296.36º55.93%23.14%-
XYZ2.851.924.36-
YUV39.03139.27140.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 59 (23.44% from 255) = 41.55%
R=40.14%
G=18.31%
B=41.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5726590.030.5600.77296.3638.8216.67
Hex391A3B33804D1282711
Octal71327337001154504721
Binary11100111010111011111110000100110110010100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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