Html Css Color HEX #311134 Mardi Gras

📋 copy color: '#311134'

red 49 ◦ green 17 ◦ blue 52

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

Shades of Mardi Gras #311134

Tints of Mardi Gras #311134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 44.07%

R = 41.53%
G = 14.41%
B = 44.07%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311134 (or 0x311134) is known color: Mardi Gras. HEX triplet: 31, 11 and 34. RGB value is (49,17,52). Sum of RGB (Red+Green+Blue) = 49+17+52=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #311134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311134 is #CEEECB. Grayscale: #1E1E1E. Windows color (decimal): -13561548 or 3412273. OLE color: 3412273.

HSL color Cylindrical-coordinate representation of color #311134: hue angle of 294.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311134 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 17 52 -
CMYK 0.06 0.67 0 0.80
HSL 294.86º 0.51% 0.14% -
HSV(B) 294.86º 0.67% 0.2% -
XYZ 2.09 1.3 3.39 -
YUV 30.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 49 17 52 0.06 0.67 0 0.80 294.86 0.51 0.14
Hex 31 11 34 6 43 0 50 127 33 E
Octal 61 21 64 6 103 0 120 447 63 16
Binary 110001 10001 110100 110 1000011 0 1010000 100100111 110011 1110

Color Harmonies of #311134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311134

Black with #311134

Text Example


Text Example

White with #311134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311134; }

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

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

background-color css

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

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

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

border-color css

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

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

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