Html Css Color HEX #311130 Mardi Gras

📋 copy color: '#311130'

red 49 ◦ green 17 ◦ blue 48

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

Shades of Mardi Gras #311130

Tints of Mardi Gras #311130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

 BLUE value IS 48 (19.14% from 255) = 42.11%

R = 42.98%
G = 14.91%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#311130 (or 0x311130) is known color: Mardi Gras. HEX triplet: 31, 11 and 30. RGB value is (49,17,48). Sum of RGB (Red+Green+Blue) = 49+17+48=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311130 is #CEEECF. Grayscale: #1E1E1E. Windows color (decimal): -13561552 or 3150129. OLE color: 3150129.

HSL color Cylindrical-coordinate representation of color #311130: hue angle of 301.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311130 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 17 48 -
CMYK 0 0.65 0.02 0.81
HSL 301.88º 0.48% 0.13% -
HSV(B) 301.88º 0.65% 0.19% -
XYZ 2 1.27 2.94 -
YUV 30.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 49 17 48 0 0.65 0.02 0.81 301.88 0.48 0.13
Hex 31 11 30 0 41 2 51 12E 30 D
Octal 61 21 60 0 101 2 121 456 60 15
Binary 110001 10001 110000 0 1000001 10 1010001 100101110 110000 1101

Color Harmonies of #311130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311130

Black with #311130

Text Example


Text Example

White with #311130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311130; }

 p { color: rgb(49,17,48); }

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

background-color css

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

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

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

border-color css

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

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

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