#391334

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

Shades of Mardi Gras #391334

Tints of Mardi Gras #391334

Color information

#391334 (or 0x391334) is unknown color: approx Mardi Gras. HEX triplet: 39, 13 and 34. RGB value is (57,19,52). Sum of RGB (Red+Green+Blue) = 57+19+52=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #391334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391334 is #C6ECCB. Grayscale: #222222. Windows color (decimal): -13036748 or 3412793. OLE color: 3412793.

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

Color convert

RGB571952-
CMYK00.670.090.78
HSL307.89º50%14.9%-
HSV(B)307.89º66.67%22.35%-
XYZ2.541.583.42-
YUV34.12138.09144.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 52 (20.70% from 255) = 40.62%
R=44.53%
G=14.84%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57195200.670.090.78307.895014.9
Hex39133404394E13432f
Octal7123640103111164646217
Binary1110011001111010001000011100110011101001101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391334; }

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

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

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

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

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

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

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

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