Html Css Color HEX #312231 Mardi Gras

📋 copy color: '#312231'

red 49 ◦ green 34 ◦ blue 49

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

Shades of Mardi Gras #312231

Tints of Mardi Gras #312231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.76%

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

R = 37.12%
G = 25.76%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#312231 (or 0x312231) is known color: Mardi Gras. HEX triplet: 31, 22 and 31. RGB value is (49,34,49). Sum of RGB (Red+Green+Blue) = 49+34+49=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312231 is #CEDDCE. Grayscale: #282828. Windows color (decimal): -13557199 or 3220017. OLE color: 3220017.

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

Color convert

RGB 49 34 49 -
CMYK 0 0.31 0 0.81
HSL 300º 0.18% 0.16% -
HSV(B) 300º 0.31% 0.19% -
XYZ 2.39 2.02 3.17 -
YUV 40.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 49 34 49 0 0.31 0 0.81 300 0.18 0.16
Hex 31 22 31 0 1F 0 51 12C 12 10
Octal 61 42 61 0 37 0 121 454 22 20
Binary 110001 100010 110001 0 11111 0 1010001 100101100 10010 10000

Color Harmonies of #312231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312231

Black with #312231

Text Example


Text Example

White with #312231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312231; }

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

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

background-color css

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

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

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

border-color css

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

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

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