Html Css Color HEX #311A31 Mardi Gras

📋 copy color: '#311A31'

red 49 ◦ green 26 ◦ blue 49

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

Shades of Mardi Gras #311A31

Tints of Mardi Gras #311A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.97%

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 39.52%
G = 20.97%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#311A31 (or 0x311A31) is known color: Mardi Gras. HEX triplet: 31, 1A and 31. RGB value is (49,26,49). Sum of RGB (Red+Green+Blue) = 49+26+49=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A31 is #CEE5CE. Grayscale: #232323. Windows color (decimal): -13559247 or 3217969. OLE color: 3217969.

HSL color Cylindrical-coordinate representation of color #311A31: hue angle of 300º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #311A31 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 26 49 -
CMYK 0 0.47 0 0.81
HSL 300º 0.31% 0.15% -
HSV(B) 300º 0.47% 0.19% -
XYZ 2.19 1.61 3.1 -
YUV 35.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 49 26 49 0 0.47 0 0.81 300 0.31 0.15
Hex 31 1A 31 0 2F 0 51 12C 1F F
Octal 61 32 61 0 57 0 121 454 37 17
Binary 110001 11010 110001 0 101111 0 1010001 100101100 11111 1111

Color Harmonies of #311A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A31

Black with #311A31

Text Example


Text Example

White with #311A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311A31; }

 p { color: rgb(49,26,49); }

 H1.HeaderClassName
 {
   color: #311A31;
 }
 .AnyTagClassName
 {
   color: #311A31;
 }
</style>

background-color css

<style>
 a { background-color: #311A31; }

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

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

border-color css

<style>
 span { border-color: #311A31; }

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

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