#312534

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

Shades of Mardi Gras #312534

Tints of Mardi Gras #312534

Color information

#312534 (or 0x312534) is unknown color: approx Mardi Gras. HEX triplet: 31, 25 and 34. RGB value is (49,37,52). Sum of RGB (Red+Green+Blue) = 49+37+52=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #312534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312534 is #CEDACB. Grayscale: #2A2A2A. Windows color (decimal): -13556428 or 3417393. OLE color: 3417393.

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

Color convert

RGB493752-
CMYK0.060.2900.80
HSL288º16.85%17.45%-
HSV(B)288º28.85%20.39%-
XYZ2.552.223.54-
YUV42.3133.48132.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=35.51%
G=26.81%
B=37.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4937520.060.2900.8028816.8517.45
Hex31253461D0501201111
Octal61456463501204402121
Binary11000110010111010011011101010100001001000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312534; }

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

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

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

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

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

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

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

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