Html Css Color HEX #391E3C Mardi Gras

📋 copy color: '#391E3C'

red 57 ◦ green 30 ◦ blue 60

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

Shades of Mardi Gras #391E3C

Tints of Mardi Gras #391E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

 BLUE value IS 60 (23.83% from 255) = 40.82%

R = 38.78%
G = 20.41%
B = 40.82%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#391E3C (or 0x391E3C) is known color: Mardi Gras. HEX triplet: 39, 1E and 3C. RGB value is (57,30,60). Sum of RGB (Red+Green+Blue) = 57+30+60=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #391E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E3C is #C6E1C3. Grayscale: #292929. Windows color (decimal): -13033924 or 3939897. OLE color: 3939897.

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

Color convert

RGB 57 30 60 -
CMYK 0.05 0.50 0 0.76
HSL 294º 0.33% 0.18% -
HSV(B) 294º 0.5% 0.24% -
XYZ 2.97 2.12 4.53 -
YUV 41.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 57 30 60 0.05 0.50 0 0.76 294 0.33 0.18
Hex 39 1E 3C 5 32 0 4C 126 21 12
Octal 71 36 74 5 62 0 114 446 41 22
Binary 111001 11110 111100 101 110010 0 1001100 100100110 100001 10010

Color Harmonies of #391E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E3C

Black with #391E3C

Text Example


Text Example

White with #391E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,30,60); }

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

background-color css

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

 a { background-color: rgb(57,30,60); }

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

border-color css

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

 span { border-color: rgb(57,30,60); }

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