Html Css Color HEX #31012B Mardi Gras

📋 copy color: '#31012B'

red 49 ◦ green 1 ◦ blue 43

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

Shades of Mardi Gras #31012B

Tints of Mardi Gras #31012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 46.24%

R = 52.69%
G = 1.08%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#31012B (or 0x31012B) is known color: Mardi Gras. HEX triplet: 31, 01 and 2B. RGB value is (49,1,43). Sum of RGB (Red+Green+Blue) = 49+1+43=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #31012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31012B is #CEFED4. Grayscale: #141414. Windows color (decimal): -13565653 or 2818353. OLE color: 2818353.

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

Color convert

RGB 49 1 43 -
CMYK 0 0.98 0.12 0.81
HSL 307.5º 0.96% 0.1% -
HSV(B) 307.5º 0.98% 0.19% -
XYZ 1.71 0.85 2.36 -
YUV 20.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 49 1 43 0 0.98 0.12 0.81 307.5 0.96 0.1
Hex 31 1 2B 0 62 C 51 134 60 A
Octal 61 1 53 0 142 14 121 464 140 12
Binary 110001 1 101011 0 1100010 1100 1010001 100110100 1100000 1010

Color Harmonies of #31012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31012B

Black with #31012B

Text Example


Text Example

White with #31012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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