#311834

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

Shades of Mardi Gras #311834

Tints of Mardi Gras #311834

Color information

#311834 (or 0x311834) is unknown color: approx Mardi Gras. HEX triplet: 31, 18 and 34. RGB value is (49,24,52). Sum of RGB (Red+Green+Blue) = 49+24+52=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #311834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311834 is #CEE7CB. Grayscale: #222222. Windows color (decimal): -13559756 or 3414065. OLE color: 3414065.

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

Color convert

RGB492452-
CMYK0.060.5400.80
HSL293.57º36.84%14.9%-
HSV(B)293.57º53.85%20.39%-
XYZ2.211.553.43-
YUV34.67137.78138.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=39.2%
G=19.2%
B=41.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4924520.060.5400.80293.5736.8414.9
Hex31183463605012625f
Octal61306466601204464517
Binary11000111000110100110110110010100001001001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311834; }

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

 H1.HeaderClassName
 {
   color: #311834;
 }
 .AnyTagClassName
 {
   color: #311834;
 }
</style>
background-color css

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

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

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

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

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

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