Html Css Color HEX #311133 Mardi Gras

📋 copy color: '#311133'

red 49 ◦ green 17 ◦ blue 51

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

Shades of Mardi Gras #311133

Tints of Mardi Gras #311133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 41.88%
G = 14.53%
B = 43.59%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#311133 (or 0x311133) is known color: Mardi Gras. HEX triplet: 31, 11 and 33. RGB value is (49,17,51). Sum of RGB (Red+Green+Blue) = 49+17+51=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #311133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311133 is #CEEECC. Grayscale: #1E1E1E. Windows color (decimal): -13561549 or 3346737. OLE color: 3346737.

HSL color Cylindrical-coordinate representation of color #311133: hue angle of 296.47º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311133 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 17 51 -
CMYK 0.04 0.67 0 0.8
HSL 296.47º 0.5% 0.13% -
HSV(B) 296.47º 0.67% 0.2% -
XYZ 2.06 1.29 3.27 -
YUV 30.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 49 17 51 0.04 0.67 0 0.8 296.47 0.5 0.13
Hex 31 11 33 4 43 0 50 128 32 D
Octal 61 21 63 4 103 0 120 450 62 15
Binary 110001 10001 110011 100 1000011 0 1010000 100101000 110010 1101

Color Harmonies of #311133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311133

Black with #311133

Text Example


Text Example

White with #311133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311133; }

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

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

background-color css

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

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

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

border-color css

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

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

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