Html Css Color HEX #311B32 Mardi Gras

📋 copy color: '#311B32'

red 49 ◦ green 27 ◦ blue 50

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

Shades of Mardi Gras #311B32

Tints of Mardi Gras #311B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

 BLUE value IS 50 (19.92% from 255) = 39.68%

R = 38.89%
G = 21.43%
B = 39.68%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311B32 (or 0x311B32) is known color: Mardi Gras. HEX triplet: 31, 1B and 32. RGB value is (49,27,50). Sum of RGB (Red+Green+Blue) = 49+27+50=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 50 - color contains mainly: blue. Hex color #311B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B32 is #CEE4CD. Grayscale: #242424. Windows color (decimal): -13558990 or 3283761. OLE color: 3283761.

HSL color Cylindrical-coordinate representation of color #311B32: hue angle of 297.39º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #311B32 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 27 50 -
CMYK 0.02 0.46 0 0.80
HSL 297.39º 0.3% 0.15% -
HSV(B) 297.39º 0.46% 0.2% -
XYZ 2.23 1.67 3.22 -
YUV 36.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 49 27 50 0.02 0.46 0 0.80 297.39 0.3 0.15
Hex 31 1B 32 2 2E 0 50 129 1E F
Octal 61 33 62 2 56 0 120 451 36 17
Binary 110001 11011 110010 10 101110 0 1010000 100101001 11110 1111

Color Harmonies of #311B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B32

Black with #311B32

Text Example


Text Example

White with #311B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311B32; }

 p { color: rgb(49,27,50); }

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

background-color css

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

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

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

border-color css

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

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

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