#312F13

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

Shades of Maire #312F13

Tints of Maire #312F13

Color information

#312F13 (or 0x312F13) is unknown color: approx Maire. HEX triplet: 31, 2F and 13. RGB value is (49,47,19). Sum of RGB (Red+Green+Blue) = 49+47+19=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F13 is #CED0EC. Grayscale: #2C2C2C. Windows color (decimal): -13553901 or 1257265. OLE color: 1257265.

HSL color Cylindrical-coordinate representation of color #312F13: hue angle of 56º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312F13 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB494719-
CMYK00.040.610.81
HSL56º44.12%13.33%-
HSV(B)56º61.22%19.22%-
XYZ2.42.731.02-
YUV44.41113.66131.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=42.61%
G=40.87%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49471900.040.610.815644.1213.33
Hex312F13043D51382cd
Octal6157230475121705415
Binary11000110111110011010011110110100011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312F13; }

 p { color: rgb(49,47,19); }

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

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

 a { background-color: rgb(49,47,19); }

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

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

 span { border-color: rgb(49,47,19); }

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