Html Css Color HEX #390931 Mardi Gras

📋 copy color: '#390931'

red 57 ◦ green 9 ◦ blue 49

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

Shades of Mardi Gras #390931

Tints of Mardi Gras #390931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

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

R = 49.57%
G = 7.83%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#390931 (or 0x390931) is known color: Mardi Gras. HEX triplet: 39, 09 and 31. RGB value is (57,9,49). Sum of RGB (Red+Green+Blue) = 57+9+49=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #390931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390931 is #C6F6CE. Grayscale: #1B1B1B. Windows color (decimal): -13039311 or 3213625. OLE color: 3213625.

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

Color convert

RGB 57 9 49 -
CMYK 0 0.84 0.14 0.78
HSL 310º 0.73% 0.13% -
HSV(B) 310º 0.84% 0.22% -
XYZ 2.34 1.29 3.03 -
YUV 27.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 57 9 49 0 0.84 0.14 0.78 310 0.73 0.13
Hex 39 9 31 0 54 E 4E 136 49 D
Octal 71 11 61 0 124 16 116 466 111 15
Binary 111001 1001 110001 0 1010100 1110 1001110 100110110 1001001 1101

Color Harmonies of #390931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390931

Black with #390931

Text Example


Text Example

White with #390931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390931; }

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

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

background-color css

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

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

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

border-color css

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

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

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