#312530

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

Shades of Mardi Gras #312530

Tints of Mardi Gras #312530

Color information

#312530 (or 0x312530) is unknown color: approx Mardi Gras. HEX triplet: 31, 25 and 30. RGB value is (49,37,48). Sum of RGB (Red+Green+Blue) = 49+37+48=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #312530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312530 is #CEDACF. Grayscale: #292929. Windows color (decimal): -13556432 or 3155249. OLE color: 3155249.

HSL color Cylindrical-coordinate representation of color #312530: hue angle of 305º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312530 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB493748-
CMYK00.240.020.81
HSL305º13.95%16.86%-
HSV(B)305º24.49%19.22%-
XYZ2.462.193.09-
YUV41.84131.48133.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=36.57%
G=27.61%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49374800.240.020.8130513.9516.86
Hex312530018251131e11
Octal61456003021214611621
Binary110001100101110000011000101010001100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312530; }

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

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

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

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

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

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

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

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