Html Css Color HEX #31072A Mardi Gras

📋 copy color: '#31072A'

red 49 ◦ green 7 ◦ blue 42

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

Shades of Mardi Gras #31072A

Tints of Mardi Gras #31072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 50%
G = 7.14%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#31072A (or 0x31072A) is known color: Mardi Gras. HEX triplet: 31, 07 and 2A. RGB value is (49,7,42). Sum of RGB (Red+Green+Blue) = 49+7+42=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31072A is #CEF8D5. Grayscale: #171717. Windows color (decimal): -13564118 or 2754353. OLE color: 2754353.

HSL color Cylindrical-coordinate representation of color #31072A: hue angle of 310º 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 #31072A is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 7 42 -
CMYK 0 0.86 0.14 0.81
HSL 310º 0.75% 0.11% -
HSV(B) 310º 0.86% 0.19% -
XYZ 1.76 0.97 2.29 -
YUV 23.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 49 7 42 0 0.86 0.14 0.81 310 0.75 0.11
Hex 31 7 2A 0 56 E 51 136 4B B
Octal 61 7 52 0 126 16 121 466 113 13
Binary 110001 111 101010 0 1010110 1110 1010001 100110110 1001011 1011

Color Harmonies of #31072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31072A

Black with #31072A

Text Example


Text Example

White with #31072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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