Html Css Color HEX #31012A Mardi Gras

📋 copy color: '#31012A'

red 49 ◦ green 1 ◦ blue 42

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

Shades of Mardi Gras #31012A

Tints of Mardi Gras #31012A

RGB

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

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

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

R = 53.26%
G = 1.09%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#31012A (or 0x31012A) is known color: Mardi Gras. HEX triplet: 31, 01 and 2A. RGB value is (49,1,42). Sum of RGB (Red+Green+Blue) = 49+1+42=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #31012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31012A is #CEFED5. Grayscale: #131313. Windows color (decimal): -13565654 or 2752817. OLE color: 2752817.

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

Color convert

RGB 49 1 42 -
CMYK 0 0.98 0.14 0.81
HSL 308.75º 0.96% 0.1% -
HSV(B) 308.75º 0.98% 0.19% -
XYZ 1.7 0.84 2.26 -
YUV 20.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 49 1 42 0 0.98 0.14 0.81 308.75 0.96 0.1
Hex 31 1 2A 0 62 E 51 135 60 A
Octal 61 1 52 0 142 16 121 465 140 12
Binary 110001 1 101010 0 1100010 1110 1010001 100110101 1100000 1010

Color Harmonies of #31012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31012A

Black with #31012A

Text Example


Text Example

White with #31012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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