Html Css Color HEX #391F3D Mardi Gras

📋 copy color: '#391F3D'

red 57 ◦ green 31 ◦ blue 61

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

Shades of Mardi Gras #391F3D

Tints of Mardi Gras #391F3D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.81%

 BLUE value IS 61 (24.22% from 255) = 40.94%

R = 38.26%
G = 20.81%
B = 40.94%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#391F3D (or 0x391F3D) is known color: Mardi Gras. HEX triplet: 39, 1F and 3D. RGB value is (57,31,61). Sum of RGB (Red+Green+Blue) = 57+31+61=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #391F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F3D is #C6E0C2. Grayscale: #2A2A2A. Windows color (decimal): -13033667 or 4005689. OLE color: 4005689.

HSL color Cylindrical-coordinate representation of color #391F3D: hue angle of 292º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #391F3D is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 57 31 61 -
CMYK 0.07 0.49 0 0.76
HSL 292º 0.33% 0.18% -
HSV(B) 292º 0.49% 0.24% -
XYZ 3.02 2.19 4.68 -
YUV 42.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 57 31 61 0.07 0.49 0 0.76 292 0.33 0.18
Hex 39 1F 3D 7 31 0 4C 124 21 12
Octal 71 37 75 7 61 0 114 444 41 22
Binary 111001 11111 111101 111 110001 0 1001100 100100100 100001 10010

Color Harmonies of #391F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F3D

Black with #391F3D

Text Example


Text Example

White with #391F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391F3D; }

 p { color: rgb(57,31,61); }

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

background-color css

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

 a { background-color: rgb(57,31,61); }

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

border-color css

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

 span { border-color: rgb(57,31,61); }

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