Html Css Color HEX #391031 Mardi Gras

📋 copy color: '#391031'

red 57 ◦ green 16 ◦ blue 49

#391031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #391031

Tints of Mardi Gras #391031

RGB

 RED value IS 57 (22.66% from 255) = 46.72%

 GREEN value IS 16 (6.64% from 255) = 13.11%

 BLUE value IS 49 (19.53% from 255) = 40.16%

R = 46.72%
G = 13.11%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#391031 (or 0x391031) is known color: Mardi Gras. HEX triplet: 39, 10 and 31. RGB value is (57,16,49). Sum of RGB (Red+Green+Blue) = 57+16+49=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #391031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391031 is #C6EFCE. Grayscale: #1F1F1F. Windows color (decimal): -13037519 or 3215417. OLE color: 3215417.

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

Color convert

RGB 57 16 49 -
CMYK 0 0.72 0.14 0.78
HSL 311.71º 0.56% 0.14% -
HSV(B) 311.71º 0.72% 0.22% -
XYZ 2.43 1.46 3.06 -
YUV 32.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 57 16 49 0 0.72 0.14 0.78 311.71 0.56 0.14
Hex 39 10 31 0 48 E 4E 138 38 E
Octal 71 20 61 0 110 16 116 470 70 16
Binary 111001 10000 110001 0 1001000 1110 1001110 100111000 111000 1110

Color Harmonies of #391031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391031

Black with #391031

Text Example


Text Example

White with #391031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391031; }

 p { color: rgb(57,16,49); }

 H1.HeaderClassName
 {
   color: #391031;
 }
 .AnyTagClassName
 {
   color: #391031;
 }
</style>

background-color css

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

 a { background-color: rgb(57,16,49); }

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

border-color css

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

 span { border-color: rgb(57,16,49); }

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