Html Css Color HEX #31072C Mardi Gras

📋 copy color: '#31072C'

red 49 ◦ green 7 ◦ blue 44

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

Shades of Mardi Gras #31072C

Tints of Mardi Gras #31072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7%

 BLUE value IS 44 (17.58% from 255) = 44%

R = 49%
G = 7%
B = 44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#31072C (or 0x31072C) is known color: Mardi Gras. HEX triplet: 31, 07 and 2C. RGB value is (49,7,44). Sum of RGB (Red+Green+Blue) = 49+7+44=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31072C is #CEF8D3. Grayscale: #171717. Windows color (decimal): -13564116 or 2885425. OLE color: 2885425.

HSL color Cylindrical-coordinate representation of color #31072C: hue angle of 307.14º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31072C is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 7 44 -
CMYK 0 0.86 0.10 0.81
HSL 307.14º 0.75% 0.11% -
HSV(B) 307.14º 0.86% 0.19% -
XYZ 1.8 0.99 2.48 -
YUV 23.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 49 7 44 0 0.86 0.10 0.81 307.14 0.75 0.11
Hex 31 7 2C 0 56 A 51 133 4B B
Octal 61 7 54 0 126 12 121 463 113 13
Binary 110001 111 101100 0 1010110 1010 1010001 100110011 1001011 1011

Color Harmonies of #31072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31072C

Black with #31072C

Text Example


Text Example

White with #31072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31072C; }

 p { color: rgb(49,7,44); }

 H1.HeaderClassName
 {
   color: #31072C;
 }
 .AnyTagClassName
 {
   color: #31072C;
 }
</style>

background-color css

<style>
 a { background-color: #31072C; }

 a { background-color: rgb(49,7,44); }

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

border-color css

<style>
 span { border-color: #31072C; }

 span { border-color: rgb(49,7,44); }

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