Html Css Color HEX #390031 Mardi Gras

📋 copy color: '#390031'

red 57 ◦ green 0 ◦ blue 49

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

Shades of Mardi Gras #390031

Tints of Mardi Gras #390031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.77%
G = 0%
B = 46.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#390031 (or 0x390031) is known color: Mardi Gras. HEX triplet: 39, 00 and 31. RGB value is (57,0,49). Sum of RGB (Red+Green+Blue) = 57+0+49=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #390031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390031 is #C6FFCE. Grayscale: #161616. Windows color (decimal): -13041615 or 3211321. OLE color: 3211321.

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

Color convert

RGB 57 0 49 -
CMYK 0 1 0.14 0.78
HSL 308.42º 1% 0.11% -
HSV(B) 308.42º 1% 0.22% -
XYZ 2.24 1.09 3 -
YUV 22.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 57 0 49 0 1 0.14 0.78 308.42 1 0.11
Hex 39 0 31 0 64 E 4E 134 64 B
Octal 71 0 61 0 144 16 116 464 144 13
Binary 111001 0 110001 0 1100100 1110 1001110 100110100 1100100 1011

Color Harmonies of #390031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390031

Black with #390031

Text Example


Text Example

White with #390031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390031; }

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

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

background-color css

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

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

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

border-color css

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

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

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