#391935

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

Shades of Mardi Gras #391935

Tints of Mardi Gras #391935

Color information

#391935 (or 0x391935) is unknown color: approx Mardi Gras. HEX triplet: 39, 19 and 35. RGB value is (57,25,53). Sum of RGB (Red+Green+Blue) = 57+25+53=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #391935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391935 is #C6E6CA. Grayscale: #252525. Windows color (decimal): -13035211 or 3479865. OLE color: 3479865.

HSL color Cylindrical-coordinate representation of color #391935: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #391935 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB572553-
CMYK00.560.070.78
HSL307.5º39.02%16.08%-
HSV(B)307.5º56.14%22.35%-
XYZ2.681.823.58-
YUV37.76136.6141.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=42.22%
G=18.52%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57255300.560.070.78307.539.0216.08
Hex39193503874E1342710
Octal71316507071164644720
Binary111001110011101010111000111100111010011010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391935; }

 p { color: rgb(57,25,53); }

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

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

 a { background-color: rgb(57,25,53); }

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

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

 span { border-color: rgb(57,25,53); }

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