Html Css Color HEX #390131 Mardi Gras

📋 copy color: '#390131'

red 57 ◦ green 1 ◦ blue 49

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

Shades of Mardi Gras #390131

Tints of Mardi Gras #390131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 53.27%
G = 0.93%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#390131 (or 0x390131) is known color: Mardi Gras. HEX triplet: 39, 01 and 31. RGB value is (57,1,49). Sum of RGB (Red+Green+Blue) = 57+1+49=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #390131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390131 is #C6FECE. Grayscale: #171717. Windows color (decimal): -13041359 or 3211577. OLE color: 3211577.

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

Color convert

RGB 57 1 49 -
CMYK 0 0.98 0.14 0.78
HSL 308.57º 0.97% 0.11% -
HSV(B) 308.57º 0.98% 0.22% -
XYZ 2.25 1.11 3 -
YUV 23.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 57 1 49 0 0.98 0.14 0.78 308.57 0.97 0.11
Hex 39 1 31 0 62 E 4E 135 61 B
Octal 71 1 61 0 142 16 116 465 141 13
Binary 111001 1 110001 0 1100010 1110 1001110 100110101 1100001 1011

Color Harmonies of #390131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390131

Black with #390131

Text Example


Text Example

White with #390131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390131; }

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

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

background-color css

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

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

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

border-color css

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

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

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