Html Css Color HEX #391F3B Mardi Gras

📋 copy color: '#391F3B'

red 57 ◦ green 31 ◦ blue 59

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

Shades of Mardi Gras #391F3B

Tints of Mardi Gras #391F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.14%

R = 38.78%
G = 21.09%
B = 40.14%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#391F3B (or 0x391F3B) is known color: Mardi Gras. HEX triplet: 39, 1F and 3B. RGB value is (57,31,59). Sum of RGB (Red+Green+Blue) = 57+31+59=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #391F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F3B is #C6E0C4. Grayscale: #292929. Windows color (decimal): -13033669 or 3874617. OLE color: 3874617.

HSL color Cylindrical-coordinate representation of color #391F3B: hue angle of 295.71º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391F3B is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 57 31 59 -
CMYK 0.03 0.47 0 0.77
HSL 295.71º 0.31% 0.18% -
HSV(B) 295.71º 0.47% 0.23% -
XYZ 2.97 2.17 4.4 -
YUV 41.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 57 31 59 0.03 0.47 0 0.77 295.71 0.31 0.18
Hex 39 1F 3B 3 2F 0 4D 128 1F 12
Octal 71 37 73 3 57 0 115 450 37 22
Binary 111001 11111 111011 11 101111 0 1001101 100101000 11111 10010

Color Harmonies of #391F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F3B

Black with #391F3B

Text Example


Text Example

White with #391F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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