Html Css Color HEX #310231 Mardi Gras

📋 copy color: '#310231'

red 49 ◦ green 2 ◦ blue 49

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

Shades of Mardi Gras #310231

Tints of Mardi Gras #310231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

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

R = 49%
G = 2%
B = 49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#310231 (or 0x310231) is known color: Mardi Gras. HEX triplet: 31, 02 and 31. RGB value is (49,2,49). Sum of RGB (Red+Green+Blue) = 49+2+49=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #310231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310231 is #CEFDCE. Grayscale: #151515. Windows color (decimal): -13565391 or 3211825. OLE color: 3211825.

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

Color convert

RGB 49 2 49 -
CMYK 0 0.96 0 0.81
HSL 300º 0.92% 0.1% -
HSV(B) 300º 0.96% 0.19% -
XYZ 1.84 0.92 2.99 -
YUV 21.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 49 2 49 0 0.96 0 0.81 300 0.92 0.1
Hex 31 2 31 0 60 0 51 12C 5C A
Octal 61 2 61 0 140 0 121 454 134 12
Binary 110001 10 110001 0 1100000 0 1010001 100101100 1011100 1010

Color Harmonies of #310231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310231

Black with #310231

Text Example


Text Example

White with #310231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310231; }

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

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

background-color css

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

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

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

border-color css

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

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

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