Html Css Color HEX #311B34 Mardi Gras

📋 copy color: '#311B34'

red 49 ◦ green 27 ◦ blue 52

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

Shades of Mardi Gras #311B34

Tints of Mardi Gras #311B34

RGB

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

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

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

R = 38.28%
G = 21.09%
B = 40.63%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311B34 (or 0x311B34) is known color: Mardi Gras. HEX triplet: 31, 1B and 34. RGB value is (49,27,52). Sum of RGB (Red+Green+Blue) = 49+27+52=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #311B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B34 is #CEE4CB. Grayscale: #242424. Windows color (decimal): -13558988 or 3414833. OLE color: 3414833.

HSL color Cylindrical-coordinate representation of color #311B34: hue angle of 292.8º 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 #311B34 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 27 52 -
CMYK 0.06 0.48 0 0.80
HSL 292.8º 0.32% 0.15% -
HSV(B) 292.8º 0.48% 0.2% -
XYZ 2.28 1.68 3.45 -
YUV 36.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 49 27 52 0.06 0.48 0 0.80 292.8 0.32 0.15
Hex 31 1B 34 6 30 0 50 125 20 F
Octal 61 33 64 6 60 0 120 445 40 17
Binary 110001 11011 110100 110 110000 0 1010000 100100101 100000 1111

Color Harmonies of #311B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B34

Black with #311B34

Text Example


Text Example

White with #311B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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