#312700

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

Shades of Maire #312700

Tints of Maire #312700

Color information

#312700 (or 0x312700) is unknown color: approx Maire. HEX triplet: 31, 27 and 00. RGB value is (49,39,0). Sum of RGB (Red+Green+Blue) = 49+39+0=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #312700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312700 is #CED8FF. Grayscale: #252525. Windows color (decimal): -13555968 or 10033. OLE color: 10033.

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

Color convert

RGB49390-
CMYK00.2010.81
HSL47.76º100%9.61%-
HSV(B)47.76º100%19.22%-
XYZ1.992.10.3-
YUV37.54106.81136.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.68%
G=44.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4939000.2010.8147.761009.61
Hex3127001464513064a
Octal614700241441216014412
Binary11000110011100101001100100101000111000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312700; }

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

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

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

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

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

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

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

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