#312334

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

Shades of Mardi Gras #312334

Tints of Mardi Gras #312334

Color information

#312334 (or 0x312334) is unknown color: approx Mardi Gras. HEX triplet: 31, 23 and 34. RGB value is (49,35,52). Sum of RGB (Red+Green+Blue) = 49+35+52=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #312334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312334 is #CEDCCB. Grayscale: #292929. Windows color (decimal): -13556940 or 3416881. OLE color: 3416881.

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

Color convert

RGB493552-
CMYK0.060.3300.80
HSL289.41º19.54%17.06%-
HSV(B)289.41º32.69%20.39%-
XYZ2.492.13.52-
YUV41.12134.14133.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=36.03%
G=25.74%
B=38.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4935520.060.3300.80289.4119.5417.06
Hex3123346210501211411
Octal61436464101204412421
Binary110001100011110100110100001010100001001000011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312334; }

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

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

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

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

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

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

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

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