#311434

Color #311434 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #311434

Tints of Mardi Gras #311434

Color information

#311434 (or 0x311434) is unknown color: approx 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

RGB492052-
CMYK0.060.6200.80
HSL294.38º44.44%14.12%-
HSV(B)294.38º61.54%20.39%-
XYZ2.141.43.41-
YUV32.32139.11139.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=40.50%
G=16.53%
B=42.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4920520.060.6200.80294.3844.4414.12
Hex31143463E0501262ce
Octal61246467601204465416
Binary11000110100110100110111110010100001001001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>