Html Css Color HEX #31012C Mardi Gras

📋 copy color: '#31012C'

red 49 ◦ green 1 ◦ blue 44

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

Shades of Mardi Gras #31012C

Tints of Mardi Gras #31012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

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

R = 52.13%
G = 1.06%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#31012C (or 0x31012C) is known color: Mardi Gras. HEX triplet: 31, 01 and 2C. RGB value is (49,1,44). Sum of RGB (Red+Green+Blue) = 49+1+44=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31012C is #CEFED3. Grayscale: #141414. Windows color (decimal): -13565652 or 2883889. OLE color: 2883889.

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

Color convert

RGB 49 1 44 -
CMYK 0 0.98 0.10 0.81
HSL 306.25º 0.96% 0.1% -
HSV(B) 306.25º 0.98% 0.19% -
XYZ 1.73 0.86 2.46 -
YUV 20.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 49 1 44 0 0.98 0.10 0.81 306.25 0.96 0.1
Hex 31 1 2C 0 62 A 51 132 60 A
Octal 61 1 54 0 142 12 121 462 140 12
Binary 110001 1 101100 0 1100010 1010 1010001 100110010 1100000 1010

Color Harmonies of #31012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31012C

Black with #31012C

Text Example


Text Example

White with #31012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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