Html Css Color HEX #31182E Mardi Gras

📋 copy color: '#31182E'

red 49 ◦ green 24 ◦ blue 46

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

Shades of Mardi Gras #31182E

Tints of Mardi Gras #31182E

RGB

 RED value IS 49 (19.53% from 255) = 41.18%

 GREEN value IS 24 (9.77% from 255) = 20.17%

 BLUE value IS 46 (18.36% from 255) = 38.66%

R = 41.18%
G = 20.17%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31182E (or 0x31182E) is known color: Mardi Gras. HEX triplet: 31, 18 and 2E. RGB value is (49,24,46). Sum of RGB (Red+Green+Blue) = 49+24+46=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #31182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31182E is #CEE7D1. Grayscale: #212121. Windows color (decimal): -13559762 or 3020849. OLE color: 3020849.

HSL color Cylindrical-coordinate representation of color #31182E: hue angle of 307.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31182E is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 24 46 -
CMYK 0 0.51 0.06 0.81
HSL 307.2º 0.34% 0.14% -
HSV(B) 307.2º 0.51% 0.19% -
XYZ 2.09 1.5 2.77 -
YUV 33.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 49 24 46 0 0.51 0.06 0.81 307.2 0.34 0.14
Hex 31 18 2E 0 33 6 51 133 22 E
Octal 61 30 56 0 63 6 121 463 42 16
Binary 110001 11000 101110 0 110011 110 1010001 100110011 100010 1110

Color Harmonies of #31182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31182E

Black with #31182E

Text Example


Text Example

White with #31182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31182E; }

 p { color: rgb(49,24,46); }

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

background-color css

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

 a { background-color: rgb(49,24,46); }

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

border-color css

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

 span { border-color: rgb(49,24,46); }

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