#312730

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

Shades of Mardi Gras #312730

Tints of Mardi Gras #312730

Color information

#312730 (or 0x312730) is unknown color: approx Mardi Gras. HEX triplet: 31, 27 and 30. RGB value is (49,39,48). Sum of RGB (Red+Green+Blue) = 49+39+48=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 49 - color contains mainly: red. Hex color #312730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312730 is #CED8CF. Grayscale: #2A2A2A. Windows color (decimal): -13555920 or 3155761. OLE color: 3155761.

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

Color convert

RGB493948-
CMYK00.200.020.81
HSL306º11.36%17.25%-
HSV(B)306º20.41%19.22%-
XYZ2.532.323.11-
YUV43.02130.81132.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=36.03%
G=28.68%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49394800.200.020.8130611.3617.25
Hex312730014251132b11
Octal61476002421214621321
Binary110001100111110000010100101010001100110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312730; }

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

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

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

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

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

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

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

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