Html Css Color HEX #390831 Mardi Gras

📋 copy color: '#390831'

red 57 ◦ green 8 ◦ blue 49

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

Shades of Mardi Gras #390831

Tints of Mardi Gras #390831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.02%

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

R = 50%
G = 7.02%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#390831 (or 0x390831) is known color: Mardi Gras. HEX triplet: 39, 08 and 31. RGB value is (57,8,49). Sum of RGB (Red+Green+Blue) = 57+8+49=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #390831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390831 is #C6F7CE. Grayscale: #1B1B1B. Windows color (decimal): -13039567 or 3213369. OLE color: 3213369.

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

Color convert

RGB 57 8 49 -
CMYK 0 0.86 0.14 0.78
HSL 309.8º 0.75% 0.13% -
HSV(B) 309.8º 0.86% 0.22% -
XYZ 2.33 1.27 3.03 -
YUV 27.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 57 8 49 0 0.86 0.14 0.78 309.8 0.75 0.13
Hex 39 8 31 0 56 E 4E 136 4B D
Octal 71 10 61 0 126 16 116 466 113 15
Binary 111001 1000 110001 0 1010110 1110 1001110 100110110 1001011 1101

Color Harmonies of #390831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390831

Black with #390831

Text Example


Text Example

White with #390831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390831; }

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

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

background-color css

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

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

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

border-color css

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

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

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