Html Css Color HEX #31072F Mardi Gras

📋 copy color: '#31072F'

red 49 ◦ green 7 ◦ blue 47

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

Shades of Mardi Gras #31072F

Tints of Mardi Gras #31072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 45.63%

R = 47.57%
G = 6.8%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#31072F (or 0x31072F) is known color: Mardi Gras. HEX triplet: 31, 07 and 2F. RGB value is (49,7,47). Sum of RGB (Red+Green+Blue) = 49+7+47=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #31072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31072F is #CEF8D0. Grayscale: #181818. Windows color (decimal): -13564113 or 3082033. OLE color: 3082033.

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

Color convert

RGB 49 7 47 -
CMYK 0 0.86 0.04 0.81
HSL 302.86º 0.75% 0.11% -
HSV(B) 302.86º 0.86% 0.19% -
XYZ 1.86 1.01 2.79 -
YUV 24.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 49 7 47 0 0.86 0.04 0.81 302.86 0.75 0.11
Hex 31 7 2F 0 56 4 51 12F 4B B
Octal 61 7 57 0 126 4 121 457 113 13
Binary 110001 111 101111 0 1010110 100 1010001 100101111 1001011 1011

Color Harmonies of #31072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31072F

Black with #31072F

Text Example


Text Example

White with #31072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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