Html Css Color HEX #311A32 Mardi Gras

📋 copy color: '#311A32'

red 49 ◦ green 26 ◦ blue 50

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

Shades of Mardi Gras #311A32

Tints of Mardi Gras #311A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.8%

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

R = 39.2%
G = 20.8%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311A32 (or 0x311A32) is known color: Mardi Gras. HEX triplet: 31, 1A and 32. RGB value is (49,26,50). Sum of RGB (Red+Green+Blue) = 49+26+50=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 50 - color contains mainly: blue. Hex color #311A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A32 is #CEE5CD. Grayscale: #232323. Windows color (decimal): -13559246 or 3283505. OLE color: 3283505.

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

Color convert

RGB 49 26 50 -
CMYK 0.02 0.48 0 0.80
HSL 297.5º 0.32% 0.15% -
HSV(B) 297.5º 0.48% 0.2% -
XYZ 2.21 1.62 3.21 -
YUV 35.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 49 26 50 0.02 0.48 0 0.80 297.5 0.32 0.15
Hex 31 1A 32 2 30 0 50 12A 20 F
Octal 61 32 62 2 60 0 120 452 40 17
Binary 110001 11010 110010 10 110000 0 1010000 100101010 100000 1111

Color Harmonies of #311A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A32

Black with #311A32

Text Example


Text Example

White with #311A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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