Html Css Color HEX #31172D Mardi Gras

📋 copy color: '#31172D'

red 49 ◦ green 23 ◦ blue 45

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

Shades of Mardi Gras #31172D

Tints of Mardi Gras #31172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.66%

 BLUE value IS 45 (17.97% from 255) = 38.46%

R = 41.88%
G = 19.66%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#31172D (or 0x31172D) is known color: Mardi Gras. HEX triplet: 31, 17 and 2D. RGB value is (49,23,45). Sum of RGB (Red+Green+Blue) = 49+23+45=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31172D is #CEE8D2. Grayscale: #212121. Windows color (decimal): -13560019 or 2955057. OLE color: 2955057.

HSL color Cylindrical-coordinate representation of color #31172D: hue angle of 309.23º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31172D is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 23 45 -
CMYK 0 0.53 0.08 0.81
HSL 309.23º 0.36% 0.14% -
HSV(B) 309.23º 0.53% 0.19% -
XYZ 2.05 1.46 2.66 -
YUV 33.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 49 23 45 0 0.53 0.08 0.81 309.23 0.36 0.14
Hex 31 17 2D 0 35 8 51 135 24 E
Octal 61 27 55 0 65 10 121 465 44 16
Binary 110001 10111 101101 0 110101 1000 1010001 100110101 100100 1110

Color Harmonies of #31172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31172D

Black with #31172D

Text Example


Text Example

White with #31172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31172D; }

 p { color: rgb(49,23,45); }

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

background-color css

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

 a { background-color: rgb(49,23,45); }

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

border-color css

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

 span { border-color: rgb(49,23,45); }

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