Html Css Color HEX #310831 Mardi Gras

📋 copy color: '#310831'

red 49 ◦ green 8 ◦ blue 49

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

Shades of Mardi Gras #310831

Tints of Mardi Gras #310831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

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

R = 46.23%
G = 7.55%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#310831 (or 0x310831) is known color: Mardi Gras. HEX triplet: 31, 08 and 31. RGB value is (49,8,49). Sum of RGB (Red+Green+Blue) = 49+8+49=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #310831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310831 is #CEF7CE. Grayscale: #181818. Windows color (decimal): -13563855 or 3213361. OLE color: 3213361.

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

Color convert

RGB 49 8 49 -
CMYK 0 0.84 0 0.81
HSL 300º 0.72% 0.11% -
HSV(B) 300º 0.84% 0.19% -
XYZ 1.91 1.05 3.01 -
YUV 24.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 49 8 49 0 0.84 0 0.81 300 0.72 0.11
Hex 31 8 31 0 54 0 51 12C 48 B
Octal 61 10 61 0 124 0 121 454 110 13
Binary 110001 1000 110001 0 1010100 0 1010001 100101100 1001000 1011

Color Harmonies of #310831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310831

Black with #310831

Text Example


Text Example

White with #310831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310831; }

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

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

background-color css

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

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

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

border-color css

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

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

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