Html Css Color HEX #311434 Mardi Gras

📋 copy color: '#311434'

red 49 ◦ green 20 ◦ blue 52

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

Shades of Mardi Gras #311434

Tints of Mardi Gras #311434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

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

R = 40.5%
G = 16.53%
B = 42.98%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311434 (or 0x311434) is known color: Mardi Gras. HEX triplet: 31, 14 and 34. RGB value is (49,20,52). Sum of RGB (Red+Green+Blue) = 49+20+52=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #311434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311434 is #CEEBCB. Grayscale: #202020. Windows color (decimal): -13560780 or 3413041. OLE color: 3413041.

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

Color convert

RGB 49 20 52 -
CMYK 0.06 0.62 0 0.80
HSL 294.38º 0.44% 0.14% -
HSV(B) 294.38º 0.62% 0.2% -
XYZ 2.14 1.4 3.41 -
YUV 32.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 49 20 52 0.06 0.62 0 0.80 294.38 0.44 0.14
Hex 31 14 34 6 3E 0 50 126 2C E
Octal 61 24 64 6 76 0 120 446 54 16
Binary 110001 10100 110100 110 111110 0 1010000 100100110 101100 1110

Color Harmonies of #311434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311434

Black with #311434

Text Example


Text Example

White with #311434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311434; }

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

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

background-color css

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

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

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

border-color css

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

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

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